Workato · Arazzo Workflow
Workato Clone and Activate a Recipe
Version 1.0.0
Duplicate an existing recipe and bring the copy online.
View Spec
View on GitHub
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflowArazzoWorkflows
Provider
Workflows
clone-and-activate-recipe
Copy a source recipe and start the resulting duplicate.
Reads a source recipe, creates a duplicate of it, reads the duplicate to confirm its identity, and activates the duplicate.
1
getSourceRecipe
getRecipe
Read the source recipe to confirm it exists before copying it.
2
copyRecipe
copyRecipe
Create a duplicate of the source recipe in the workspace.
3
getCopy
getRecipe
Read the newly created copy to confirm it was created correctly.
4
startCopy
startRecipe
Activate the copied recipe so it begins processing trigger events.