This page lists all available Workflow Builder nodes organized by category. Select a node to view its full documentation.
Start Events
Node | Description |
|---|---|
Default entry point for a workflow. | |
Starts a workflow on a timer schedule (relative, exact, or cron). | |
Starts a workflow when a specific platform event fires, like module save or app promotion. |
End Events
Node | Description |
|---|---|
Terminates the workflow and optionally redirects end-users. |
Tasks
Node | Description |
|---|---|
Executes a module as a Service, Script, or User task. |
Gateways
Node | Description |
|---|---|
Routes the workflow down based on conditions. | |
Routes the workflow down or more paths simultaneously based on conditions. | |
Waits for or more active paths to complete before continuing. | |
Splits the workflow into multiple simultaneous paths. | |
Waits for all parallel paths to complete before continuing. |
Intermediate Events
Node | Description |
|---|---|
Branches the workflow based on conditions evaluated at runtime. | |
Catches errors thrown by a Task node in the Automated swimlane. | |
Sends a message (email or SMS) to a recipient. | |
Fires actions (like sending a message or moving to a new task) after a specified duration. | |
Pauses the workflow for a specified duration before continuing. | |
Displays a message or module screen to end-users in the Authenticated swimlane. |
Flow Control
Node | Description |
|---|---|
Transfers the current submission to a different workflow. |
Structure
Node | Description |
|---|---|
Groups a set of nodes into a reusable, collapsible container. |
Changelog
Date | Change |
|---|---|
— | Initial publication. |