# Workflow Diagram ```mermaid flowchart TD Z1{{Decision}} Z2(Task) Z3[Approve] Z4[Reject] Z5{ } Z6((+)) ``` ```mermaid %%{init: { "flowchart": { "htmlLabels": true, "curve": "linear" } } }%% flowchart TD A{{مراجعة الطلب}} B(إغلاق الطلب) C(تخصيص لمشرف البلدية) D(تحويل للمراقب) Approve(موافقة) Reject(رفض) P1((+)) P2((+)) S1{ } A --> S1 S1 --> Approve --> P1 S1 --> Reject --> P2 P1 --> B P1 --> C P2 --> D ``` ```mermaid %%{init: { "flowchart": { "htmlLabels": true, "curve": "linear" } } }%% flowchart TD A{{مراجعة الطلب}} B(إغلاق الطلب) C(تخصيص لمشرف البلدية) D(تحويل للمراقب) P1((+)) P2((+)) S1{ } S2{ } A --> |موافقة| P1 A --> |رفض| P2 P1 --> S1 P2 --> S2 S1 --> B S1 --> C S2 --> D ``` ```mermaid %%{init: { "flowchart": { "htmlLabels": true, "curve": "linear" } } }%% flowchart TD A{{مراجعة الطلب}} B(إغلاق الطلب) C(تخصيص لمشرف البلدية) D(تحويل للمراقب) Approve[موافقة] Reject[رفض] P1((+)) P2((+)) S1{ } S2{ } A --> Approve --> P1 A --> Reject --> P2 P1 --> S1 P2 --> S2 S1 --> B S1 --> C S2 --> D ``` ```mermaid %%{init: { "flowchart": { "htmlLabels": true, "curve": "linear" } } }%% flowchart TD A{{مراجعة الطلب}} B(إغلاق الطلب) C(تخصيص لمشرف البلدية) D(تحويل للمراقب) Approve[موافقة] Reject[رفض] P1((+)) P2((+)) S0{ } S1{ } S2{ } A --> S0 S0 --> Approve --> P1 S0 --> Reject --> P2 P1 --> S1 P2 --> S2 S1 --> B S1 --> C S2 --> D ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up