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 ApplicationsEnterpriseExtensionsHCMIntegrationOrchestrationPlatform-as-a-ServiceArazzoWorkflows
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
List the available business object types, optionally filtered by a search term, to discover what can be queried.
2
getType
Retrieve the full schema for the named business object type, including its fields and relationships, so the query can reference valid fields.
3
runQuery
Execute the graph query against the Workday data model, returning the requested business objects with only the selected fields.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.