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 ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaSArazzoWorkflows
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
getOrchestration
Retrieve the orchestration to confirm it exists and capture its current status before making changes.
2
deactivate
deactivateOrchestration
Deactivate the orchestration so it can be modified. In-flight executions are allowed to complete.
3
applyChanges
updateOrchestration
Update the orchestration definition with the supplied name and description. Only the fields provided are changed.
4
reactivate
activateOrchestration
Reactivate the orchestration so it returns to service and can be triggered again.