Appmixer · Arazzo Workflow
Appmixer Decommission a Flow
Version 1.0.0
Read a flow, stop it if it is running, then delete it.
View Spec
View on GitHub
AgenticAutomationEmbedded iPaaSIntegrationsLow-CodeWorkflowsArazzoWorkflows
Provider
Workflows
decommission-flow
Stop a running flow if necessary and then delete it.
Fetches the flow, branches on its running stage to stop it when live, and deletes the flow in both branches.
1
getFlow
getFlow
Read the flow to determine whether it is currently running.
2
stopFlow
stopFlow
Stop the running flow before deleting it.
3
deleteFlow
deleteFlow
Delete the flow now that it is stopped.