Documentation Index
Fetch the complete documentation index at: https://f4c7a9e2d8b1-docs.tenzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
What’s different about Workday
Most Tenzo ATS settings (stages, scoring, feedback, disposition, sync) work the same as other integrations. Workday adds a few things you must plan for:| Topic | Why it matters |
|---|---|
| Stages vs workflow steps | Workday can advance candidates by workflow step, not only stage. Eligibility and moves can depend on steps; step-based moves can override stage targets when both are configured. |
| WSDL import | Custom field mappings that write into Workday are filled from your tenant’s Recruiting WSDL after a successful import. Until then, those pickers stay empty. |
| Tenant XML namespace | Required when writing application custom fields that use nested WSDL paths so payloads use the correct tenant namespace. |
| SOAP | Some Workday behavior (including nested application objects and certain moves) goes through SOAP, not only REST-style configuration. |
Prerequisites
- Tenzo Admin and Workday Recruiting access to complete linking and tenant-side steps (per your org).
- Ability to export the Recruiting WSDL from Workday when you set up custom field mapping.
Setup order (recommended)
Follow this exact order the first time through so workflow-step pickers, custom-field dropdowns, and candidate moves work without rework.
Connect Workday
In Admin → ATS Integrations, add or open the Workday integration and complete linking for your tenant.Full walkthrough: Connecting Workday to Tenzo.
Workflow steps (refresh cache, then configure)
Workday-specific: refresh the workflow step cache first, then set Start Workflow Steps and any per-transition workflow steps.
- Eligibility: candidates match if they are in Start Stages or Start Workflow Steps (union, not intersection).
- Moves: if a transition has both a stage and a workflow step configured, the workflow step is used for that move.
Custom fields: WSDL import and tenant namespace
Workday-specific: import the Recruiting WSDL, set Workday tenant custom XML namespace when nested application paths apply, then complete Custom Field Mapping.Optional: if some job custom values only exist in reporting, configure a JSON custom report URL and credentials so Tenzo can merge those fields when loading jobs. Custom report for job fieldsCustom fields (WSDL) · Tenant namespace
Before production
- Workflow step cache refreshed with a recent run and non-zero count when you rely on steps.
- WSDL import done; custom field pickers show the fields you expect.
- Namespace set if you use nested application custom fields in mapping.
- Spot-check: one candidate’s eligibility, one move (stage or step), and one write to a mapped field.