Workato · Arazzo Workflow
Workato Stop and Delete a Recipe
Version 1.0.0
Safely decommission a recipe by stopping it before deletion.
View Spec
View on GitHub
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflowArazzoWorkflows
Provider
Workflows
stop-and-delete-recipe
Stop a running recipe if needed, then permanently delete it.
Reads a recipe, stops it only when it is currently running, verifies it has stopped, and deletes it from the workspace.
1
getRecipe
getRecipe
Read the recipe to confirm it exists and determine whether it is currently running before deletion.
2
stopRecipe
stopRecipe
Deactivate the recipe so it no longer processes trigger events.
3
confirmStopped
getRecipe
Re-read the recipe and confirm the running flag is now false.
4
deleteRecipe
deleteRecipe
Permanently delete the stopped recipe from the workspace.