Test DAG workflows instantly - no signup required
Select an example and click Execute
Results will appear here
Workflows execute as directed acyclic graphs - parallel when possible, sequential when needed
Each step can reference outputs from previous steps using {{step.output}} syntax
Built on Tokio for true parallel execution without Python's GIL limitations