Version Lifecycle
Each workflow can have multiple versions. When you trigger a workflow without specifying a version, the latest version runs automatically.Version States
Locking
Once a version is locked, it cannot be modified. This is perfect for production versions that need to stay rock-solid.Visibility
Versions have three visibility levels:Making a Version Unlisted
Setting
allowed_to_share: false on a public version has no effect. Public versions are never downgraded.Creating a New Version
Use the Create Version endpoint:v2 as the latest version. Subsequent triggers without a version_id will use v2.