Appmixer · Arazzo Workflow
Appmixer Update a Flow Safely by Stage
Version 1.0.0
Read a flow, then stop it before updating if it is running, otherwise update directly.
View Spec
View on GitHub
AgenticAutomationEmbedded iPaaSIntegrationsLow-CodeWorkflowsArazzoWorkflows
Provider
Workflows
update-flow-safely
Stop a running flow if needed, then apply an updated definition.
Fetches the flow, branches on whether it is running, stops it when running, and applies the supplied name and definition update.
1
getFlow
getFlow
Read the flow to determine its current stage before updating.
2
stopFlow
stopFlow
Stop the running flow so it can be safely updated.
3
updateFlow
updateFlow
Apply the new name and definition to the flow.