Skip to content

Commit

Permalink
Create batches.mmd
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Apr 1, 2024
1 parent b2f2b81 commit 32e2d75
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions design/queue-2023/diagrams/batches.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
%%{init: {'theme': 'neutral', 'securityLevel': 'loose', 'themeVariables': {'fontFamily': 'arial'}}}%%
graph LR
START --> Pending
click START "javascript:alert(222)" "Tip"
Pending --> Held
Pending --> Processing
Held -.-> Processing
Processing --> Reporting
Reporting --> COMPLETED
Reporting --> Failed
Failed -.-> UpdateReporting
UpdateReporting --> Failed
UpdateReporting --> COMPLETED
Failed -.-> DELETED
Held -.-> DELETED

0 comments on commit 32e2d75

Please sign in to comment.