Workday Extend · Arazzo Workflow
Workday Extend Create and Activate Orchestration
Version 1.0.0
Create an orchestration, attach a trigger, and activate it for execution.
View Spec
View on GitHub
AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaSArazzoWorkflows
Provider
Workflows
create-and-activate-orchestration
Create a draft orchestration, add a trigger, and activate it.
Creates a new orchestration in draft status, configures a trigger that defines how the orchestration is invoked, and activates the orchestration so it is available for execution.
1
createOrchestration
createOrchestration
Create the orchestration definition in draft status with the supplied name, description, and primary trigger type.
2
addTrigger
createOrchestrationTrigger
Add a trigger to the orchestration that defines how and when it is executed.
3
activate
activateOrchestration
Activate the orchestration, moving it out of draft so it can be triggered and executed.