Skip to content

Commit 89e18bd

Browse files
committed
add draft-interruption.mermaid
1 parent 3096632 commit 89e18bd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
flowchart TD
2+
node0@{ shape: circle, label: "Start"}
3+
node1["Validate Document"]
4+
node0 --> node1
5+
subgraph node2 [" "]
6+
subgraph node3 [" "]
7+
node4["Extract Content"]
8+
node1 --> node4
9+
end
10+
node9@{ shape: stadium, label: "fa:fa-envelope Urgent Processing Request"}
11+
node3 --> node9
12+
node10["Handle Urgent Processing Request"]
13+
node9 --> node10
14+
end
15+
node14@{ shape: stadium, label: "fa:fa-clock Processing Deadline (2h)"}
16+
node2 --> node14
17+
node15["Generate Report"]
18+
node14 --> node15
19+
node10 --> node15
20+
node4 --> node15

0 commit comments

Comments
 (0)