Workday Extend · Arazzo Workflow
Workday Extend Cancel a Running Orchestration Execution
Version 1.0.0
Find the most recent running execution of an orchestration, cancel it, and confirm cancellation.
View Spec
View on GitHub
AutomationCustom ApplicationsEnterpriseExtensionsHCMIntegrationOrchestrationPlatform-as-a-ServiceArazzoWorkflows
Provider
Workflows
cancel-running-execution
Locate a running execution, cancel it, and poll until cancellation completes.
Lists running executions for an orchestration, and when one exists cancels it and polls the execution record until it leaves the running state.
1
findRunning
List executions filtered to the running status, taking the most recent one as the cancellation target.
2
cancel
Cancel the running execution. Steps currently in progress may complete before cancellation takes effect.
3
confirmCancelled
Poll the execution record until it leaves the running state, confirming the cancellation has taken effect.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.