This guide walks you through creating your first automated workflow.
Before you begin, ensure you have:
Navigate to Automation from the sidebar. This opens the workflow management view where you can:
A workflow consists of:
| Component | Description |
|---|---|
| Trigger | What starts the workflow |
| Actions | Steps the workflow executes |
| Conditions | Branching logic based on data |
| Variables | Data passed between steps |
The workflow list displays:
| Column | Description |
|---|---|
| Name | Workflow identifier |
| Trigger Type | How the workflow starts |
| Status | Enabled or disabled |
| Last Run | Most recent execution |
| Executions | Total run count |
Test any workflow manually:
After execution:
Workflows must be enabled to run automatically:
To temporarily stop a workflow:
Once you understand the basics: