Crate tasksitter

Crate tasksitter 

Source
Expand description

This library provides functionality for defining and executing graph-based workflows.

To get started, create a Workflow, add Nodes with associated Tasks, and then run the workflow’s run_next method to execute the graph until it returns WorkflowState::Completed or an error occurs.

Modules§

error
node
task
workflow