Workday Extend
Workday Extend is a platform that enables developers to build custom applications that integrate seamlessly with Workday. It provides APIs, development tools, and a runtime environment for creating tailored solutions that extend Workday's core functionality.
APIs
Workday Extend REST API
RESTful APIs for building and managing Workday Extend applications, including orchestrations, integrations, and custom objects.
Workday Orchestration API
APIs for creating and managing orchestrations that automate business processes and integrate with external systems. Developers visually build orchestrations using an intuitive d...
Workday Custom Objects API
APIs for defining and managing custom objects that extend Workday's data model to meet specific business needs. As new objects and business processes are built, a public REST AP...
Workday Graph API
Graph API for querying and traversing Workday data using a graph-based approach. Provides a flexible query interface for accessing interconnected Workday business objects and th...
Workday Orchestrate Insights API
API for accessing orchestration execution data and monitoring information. Provides insights into orchestration performance, run history, and operational metrics for troubleshoo...
Workday Illuminate AI API
AI-powered APIs within Workday Illuminate that provide skills and sentiment analysis, document intelligence, natural language WQL queries, and machine learning forecasting capab...
Collections
Workday Extend Workday Graph API
POSTMANWorkday Extend REST API
POSTMANArazzo Workflows
Workday Extend Update Application Configuration
Confirm an Extend app exists, read its current configuration, then replace the configuration values.
ARAZZOWorkday Extend Cancel a Running Orchestration Execution
Find the most recent running execution of an orchestration, cancel it, and confirm cancellation.
ARAZZOWorkday Extend Create and Activate Orchestration
Create an orchestration, attach a trigger, and activate it for execution.
ARAZZOWorkday Extend Define a Custom Object With Fields
Create a custom object definition, add a field to it, and list the resulting field schema.
ARAZZOWorkday Extend Discover Schema and Run a Graph Query
Find a queryable business object type, inspect its schema, then run a graph query against it.
ARAZZOWorkday Extend Inspect an Orchestration
Resolve an orchestration by search, then list its steps and triggers to build a full picture.
ARAZZOWorkday Extend Launch Orchestration and Poll Execution
Confirm an orchestration, launch an execution with inputs, and poll until it completes.
ARAZZOWorkday Extend Publish a New Application Version
Confirm an app, create a new version, and verify the version was recorded.
ARAZZOWorkday Extend Register and Deploy Application
Register an Extend app, publish a version, deploy it, and poll until the deployment settles.
ARAZZOWorkday Extend Safely Update an Orchestration
Deactivate an active orchestration, apply changes, and reactivate it.
ARAZZOWorkday Extend Upsert Worker Custom Object Data
Confirm a custom object definition, check whether a worker already has data, then create or update it.
ARAZZOWorkday Extend WQL Query Into a Worker Custom Object
Run a WQL query to retrieve worker data, then write the result into a worker's custom object.
ARAZZO