Skip to main content

Basic Execution

Workflow.arun() returns a WorkflowOutput, which is different from RunOutput. It includes step-level results.

Accessing Step Results

Step Context

Each step receives a StepInput with context from previous steps:

Session State

Share data across steps:

Events

Imports