Workday Extend · Arazzo Workflow
Workday Extend Discover Schema and Run a Graph Query
Version 1.0.0
Find a queryable business object type, inspect its schema, then run a graph query against it.
View Spec
View on GitHub
AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaSArazzoWorkflows
Provider
Workflows
discover-schema-and-query
Search business object types, fetch a type schema, and execute a graph query.
Lists queryable business object types matching a search term, retrieves the full schema for a named type, and executes a graph query returning the selected fields.
1
listTypes
listSchemaTypes
List the available business object types, optionally filtered by a search term, to discover what can be queried.
2
getType
getSchemaType
Retrieve the full schema for the named business object type, including its fields and relationships, so the query can reference valid fields.
3
runQuery
executeGraphQuery
Execute the graph query against the Workday data model, returning the requested business objects with only the selected fields.