Steps
Workflow step types and configuration
Workflow Steps
Steps are the building blocks of workflows. Each step performs an operation and passes data to subsequent steps.
Step Types
Actions
Execute integration actions
Conditions
Branch based on conditions
Transforms
Transform and map data
Wait
Pause execution
Common Properties
All steps share these properties:
| Property | Required | Description |
|---|---|---|
id | Yes | Unique identifier for referencing in templates |
type | Yes | Step type (action, condition, transform, wait) |
name | No | Display name for the step |
config | Yes | Type-specific configuration |