Version States
| Status | Description |
|---|---|
| Draft | Work-in-progress. Not handling live traffic. Edit freely. |
| Published (Active) | The currently deployed version. All live requests use this version. |
| Inactive | A previously published version. Kept for reference and rollback. |
Version Lifecycle
Create Draft
Every new Config starts as a draft version (e.g.,
v0.0.1). Build your flow, add nodes, and configure routing.Publish
When ready, click Published (dropdown in the top right) and select Publish. This makes the version active and starts handling live traffic.
Iterate
Create a new draft version to make changes. The published version continues serving traffic while you iterate.

