Initial data to start the workflow with. Can be any JSON-serializable value or object.
Ordered list of steps to execute. Steps are executed in topological order, respecting dependencies.
OptionalbudgetOptional budget constraints for the entire execution. If any budget limit is exceeded, execution will fail.
A DAFT spec defines a declarative workflow for data transformation.
Example