Workday Extend · Arazzo Workflow
Workday Extend WQL Query Into a Worker Custom Object
Version 1.0.0
Run a WQL query to retrieve worker data, then write the result into a worker's custom object.
View Spec
View on GitHub
AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaSArazzoWorkflows
Provider
Workflows
wql-query-to-worker-custom-object
Execute a WQL query and persist the chosen data into a worker's custom object.
Runs a WQL query against the Workday data model and writes the supplied data payload onto a worker's custom object via the create-or-update endpoint.
1
runWql
executeWqlQuery
Execute the WQL query against the Workday data model and capture the result rows so they can inform the custom object write.
2
writeCustomObject
updateWorkerCustomObject
Create or update the worker's custom object data with the supplied values. Returns 200 when updating existing data or 201 when creating new data.
Source API Descriptions
openapi