Dependencies
A task can require dependant tasks that will get executed first (if not cached).
Last updated
Was this helpful?
A task can require dependant tasks that will get executed first (if not cached).
Last updated
Was this helpful?
Every task can have list of dependencies. Those will be executed before and if any of them fails abort the all pending tasks. Dependencies can be chained as deep as needed, as long as there is no loop.