Skip to content

Commit

Permalink
Fix flowchart
Browse files Browse the repository at this point in the history
  • Loading branch information
daabr committed Aug 7, 2024
1 parent 8002175 commit 981ec10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions task_chain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ flowchart LR
task3a[Task 3]
task3b[Task 3 retry]
task4[Task 4]
error((fa:fa-circle-xmark Workflow error))
success((fa:fa-circle-check Workflow success))
error((Error))
success((Success))
slack -. Slash command .-> task1
slack -. Retry button clicked .-> task3b
subgraph Workflow 1
task1 --> task2 --> task3a -.-> error
task1 --> task2 --> task3a -.-> error -. Retry/abort? .-> slack
end
subgraph Workflow 2
task3b --> task4 -.-> success
Expand Down

0 comments on commit 981ec10

Please sign in to comment.