Workato · Arazzo Workflow
Workato Inspect and Roll Back a Recipe Version
Version 1.0.0
Review a recipe's version history and restore an earlier version's code.
View Spec
View on GitHub
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflowArazzoWorkflows
Provider
Workflows
recipe-version-rollback
List recipe versions, fetch one, and restore its code to the recipe.
Reads the version history of a recipe, retrieves a specific version, and updates the recipe with that version's code to perform a rollback.
1
listVersions
listRecipeVersions
List the version history of the recipe to confirm prior versions exist.
2
getVersion
getRecipeVersion
Read the chosen version's details to capture its snapshot metadata.
3
restoreVersion
updateRecipe
Update the recipe with the restored code, rolling it back to the chosen version's state.