Overview
An execution is an instance of a running workflow. When a trigger occurs, it creates an execution that processes the workflow template with real data.
How Executions Work
Creation
- Triggered by events in your application
- Initiated by scheduled times
- Started through API calls
- Each execution runs independently
Data Flow
- Receives initial data from trigger
- Passes data between actions
- Maintains execution context
- Stores action responses
States
- Running: Currently processing actions
- Upcoming: Scheduled to start in the future
- Completed: Successfully finished all actions
- Deleted: Associated workflow was archived
Execution Data
- Trigger event data
- Account-level data
- User-specific data