How does task dependency management work in Spry? #7
MeetAnithaVarghese
started this conversation in
Spry
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Spry uses metadata in code block headers (such as --dep) to build a Directed Acyclic Graph (DAG) of tasks. Spry automatically determines execution order and can run independent tasks in parallel while ensuring dependent tasks execute in the correct sequence.
This behavior is documented under Spry’s task orchestration model and dependency resolution, which explains DAG-based execution and dependency flags.
Beta Was this translation helpful? Give feedback.
All reactions