flowchart LR
Add[π©βπ» store/add π€]
Allocate[π€ blob/allocate π€]
Receive[π€ blob/receive π€]
Write[π€ blob/write π©βπ»]
Close[π€ blob/close π€]
Claim[π€ assert/location π]
Add --> Allocate
Add --> Receive
Allocate --> Receive
Receive --> Write
Receive --> Close
Write --> Close
Close --> Claim
Last active
March 5, 2024 22:01
-
-
Save Gozala/ba820732d375387a7c0f5efe59b8af53 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Note that errors in dependencies propagate, meaning if task depends on the failed task it will never run and be considered failed.