Workday Extend · Arazzo Workflow
Workday Extend Inspect an Orchestration
Version 1.0.0
Resolve an orchestration by search, then list its steps and triggers to build a full picture.
View Spec
View on GitHub
AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaSArazzoWorkflows
Provider
Workflows
inspect-orchestration
Find an orchestration, then list its steps and triggers.
Searches for an orchestration, and when one is found lists its steps and its triggers to assemble a complete inspection of the orchestration definition.
1
findOrchestration
listOrchestrations
Search the orchestration definitions and take the first match as the inspection target.
2
getSteps
listOrchestrationSteps
List the steps that make up the orchestration flow, including their order and type.
3
getTriggers
listOrchestrationTriggers
List the triggers configured for the orchestration, including event-based, scheduled, and API triggers.