Overview
Each workflow has versions. You can edit drafts safely and publish when ready, without changing your integration identifiers.
Workflow code across versions
Workflow code is shared across versions of the same workflow root. You keep one stable workflow code in API and webhook integrations even as you create new versions.
What runtime triggers execute
Runtime non-manual triggers execute the currently published version for that workflow code in the selected app. This applies to API, webhook, scheduled, form, and workflow triggers.
What test trigger executes
Test runs in the dashboard/editor can execute the specific version you are viewing, including non-published versions. Use this to validate draft changes before publishing.
Recommended workflow
- Edit and test a draft version in the editor.
- Publish once validation is complete.
- Let runtime automation continue using the published version via the same workflow code.