Playground

Test DAG workflows instantly - no signup required

Select an example and click Execute

Results will appear here

What you're seeing

DAG Execution

Workflows execute as directed acyclic graphs - parallel when possible, sequential when needed

Data Flow

Each step can reference outputs from previous steps using {{step.output}} syntax

Rust Runtime

Built on Tokio for true parallel execution without Python's GIL limitations