Activate Flow Version
sf_activate_flowActivates a specific Flow version via the Tooling API, making it the active version and automatically deactivating the previous active one. Use after listing versions to control which Flow version is live.
Instructions
Activates a specific Flow version (or the latest version) via the Tooling API. Only one version of a flow can be active at a time — activating a new version automatically deactivates the previous active version. Use sf_list_flow_versions to discover available versions before activating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowApiName | Yes | Flow API name | |
| versionNumber | No | Version number to activate (defaults to latest) |