Workday Extend · Schema

OrchestrationLaunch

AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaS

Properties

Name Type Description
input object Input parameters to pass to the orchestration. The keys must match the orchestration's defined input parameter names.
View JSON Schema on GitHub

JSON Schema

workday-extend-orchestrationlaunch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrchestrationLaunch",
  "title": "OrchestrationLaunch",
  "type": "object",
  "properties": {
    "input": {
      "type": "object",
      "additionalProperties": true,
      "description": "Input parameters to pass to the orchestration. The keys must match the orchestration's defined input parameter names."
    }
  }
}