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 ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaSArazzoWorkflows
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
listOrchestrationExecutions
List executions filtered to the running status, taking the most recent one as the cancellation target.
2
cancel
cancelOrchestrationExecution
Cancel the running execution. Steps currently in progress may complete before cancellation takes effect.
3
confirmCancelled
getOrchestrationExecution
Poll the execution record until it leaves the running state, confirming the cancellation has taken effect.