Workday · Arazzo Workflow
Workday WQL Discover and Query
Version 1.0.0
Discover a WQL data source and its fields, then execute a WQL query against it.
View Spec
View on GitHub
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaSArazzoWorkflows
Provider
Workflows
wql-discover-and-query
Discover a data source and its fields, then run a WQL query.
Lists WQL data sources, then branches: if any exist it loads the first data source's fields and executes the supplied WQL query, otherwise it ends.
1
listDataSources
getDataSources
List the available WQL data sources.
2
getFields
getDataSourceFields
Load the fields of the first data source to validate query columns.
3
runQuery
executeWqlQuery
Execute the supplied WQL query and return the result set.