Module workflow

Module workflow 

Source
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ยง

ChainBuilder
Builder for creating task chains (linear workflows)
Group
Group multiple tasks to run in parallel
Workflow
A workflow of tasks with dependencies
WorkflowTask
A task in a workflow