Workday Extend · Arazzo Workflow
Workday Extend Safely Update an Orchestration
Version 1.0.0
Deactivate an active orchestration, apply changes, and reactivate it.
View Spec
View on GitHub
AutomationCustom ApplicationsEnterpriseExtensionsHCMIntegrationOrchestrationPlatform-as-a-ServiceArazzoWorkflows
Provider
Workflows
safe-update-orchestration
Deactivate, update, and reactivate an orchestration in a safe sequence.
Retrieves an orchestration, deactivates it so it can be modified, applies the supplied name and description changes, and reactivates it.
1
resolveOrchestration
Retrieve the orchestration to confirm it exists and capture its current status before making changes.
2
deactivate
Deactivate the orchestration so it can be modified. In-flight executions are allowed to complete.
3
applyChanges
Update the orchestration definition with the supplied name and description. Only the fields provided are changed.
4
reactivate
Reactivate the orchestration so it returns to service and can be triggered again.
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.