Workato · Arazzo Workflow
Workato Start a Recipe and Verify Its Health
Version 1.0.0
Activate a recipe and confirm it is running and healthy.
View Spec
View on GitHub
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflowArazzoWorkflows
Provider
Workflows
start-recipe-with-health-check
Start a recipe, confirm it is running, and queue a health analysis.
Reads a recipe by ID, starts it, verifies the running state, and queues a new performance analysis whose report can be retrieved later.
1
getRecipe
getRecipe
Read the recipe to confirm it exists and capture its current running state before attempting to start it.
2
startRecipe
startRecipe
Activate the recipe so it begins processing trigger events.
3
confirmRunning
getRecipe
Re-read the recipe and confirm the running flag is now true after the start request.
4
queueHealthAnalysis
queueRecipeHealthAnalysis
Queue a fresh performance analysis for the now-running recipe so a health report becomes available for review.