Activate Flow Version
sf_activate_flowActivate a specific version of a Salesforce Flow (or the latest) using Tooling API. Automatically deactivates the previously active version to keep only one active.
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) |