Expand description
Workflow and task chain utilities
This module provides helpers for building and managing task workflows, chains, and directed acyclic graphs (DAGs) of tasks.
Structsยง
- Chain
Builder - Builder for creating task chains (linear workflows)
- Group
- Group multiple tasks to run in parallel
- Workflow
- A workflow of tasks with dependencies
- Workflow
Task - A task in a workflow