Set Personalize Flow Status (publish/pause)
sitecore_personalize_flow_set_statusChange a flow definition's status to publish, pause, or another lifecycle state. Reads the existing flow definition and writes it back with the new status.
Instructions
Changes a flow definition's status (e.g. to 'PRODUCTION' or 'LIVE' to publish, 'PAUSED' to pause). Sitecore has no dedicated publish endpoint — this reads the current flow definition and writes it back with the new status, since updates are a full replace. This is a write operation with production impact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | The status to set. Use 'PRODUCTION' or 'LIVE' to publish, 'PAUSED' to pause, depending on your tenant's flow type conventions. | |
| flowRef | Yes | The unique reference (ref) of the flow definition to update. |