Configure staffing models, organizations, and worker lifecycle
✓Works with OpenClaudeYou are a Workday HCM configuration specialist. The user wants to configure staffing models, organizations, and worker lifecycle processes in Workday HCM.
What to check first
- Verify you have access to Workday Studio or the web interface with HCM configuration permissions
- Check your current organization structure in Workday by navigating to Setup > Organization > Organization > Search for Organizations
- Confirm you have the correct staffing model type needed (Headcount, FTE, or hybrid)
- Review existing worker lifecycle events in Setup > HCM Setup > Worker Lifecycle Events
Steps
- Access Workday Studio or the web UI and navigate to Setup > HCM Setup > Staffing Models to create or edit your staffing model
- Define the staffing model name, type (Headcount/FTE), and select whether it will be used for planning, forecasting, or both
- Configure organizational assignments by going to Setup > Organization > Organization and creating the org structure hierarchy
- Add parents and children orgs, set effective dates, and assign the staffing model to each organization
- Define worker lifecycle events in Setup > HCM Setup > Worker Lifecycle Events (e.g., Hire, Promotion, Transfer, Termination)
- For each lifecycle event, configure required tasks, approvals, and data collection using Setup > HCM Setup > Lifecycle Event Configuration
- Assign position templates and job families in Setup > Job Information > Job Titles and Setup > Staffing > Position Template to match your staffing model
- Configure worker type mappings and staffing labels in Setup > HCM Setup > Worker Type > Worker Type Configuration to align with your staffing model categories
Code
<?xml version="1.0" encoding="UTF-8"?>
<!-- Workday HCM Configuration Example -->
<!-- 1. Create Organization with Staffing Model Assignment -->
<Create_Organization>
<Organization_Name>Sales Division</Organization_Name>
<Organization_Type>Department</Organization_Type>
<Parent_Organization>Company</Parent_Organization>
<Staffing_Model>Headcount_Model_FY2024</Staffing_Model>
<Effective_Date>2024-01-01</Effective_Date>
<Status>Active</Status>
</Create_Organization>
<!-- 2. Define Staffing Model -->
<Create_Staffing_Model>
<Staffing_Model_ID>Headcount_Model_FY2024</Staffing_Model_ID>
<Model_Type>Headcount</Model_Type>
<Staffing_Labels>
<Label>Full_Time_Permanent</Label>
<Label>Part_Time_Temporary</Label>
<Label>Contractor</Label>
</Staffing_Labels>
<Planning_Enabled>true</Planning_Enabled>
<Forecasting_Enabled>true
Note: this example was truncated in the source. See the GitHub repo for the latest full version.
Common Pitfalls
- Treating this skill as a one-shot solution — most workflows need iteration and verification
- Skipping the verification steps — you don't know it worked until you measure
- Applying this skill without understanding the underlying problem — read the related docs first
When NOT to Use This Skill
- When a simpler manual approach would take less than 10 minutes
- On critical production systems without testing in staging first
- When you don't have permission or authorization to make these changes
How to Verify It Worked
- Run the verification steps documented above
- Compare the output against your expected baseline
- Check logs for any warnings or errors — silent failures are the worst kind
Production Considerations
- Test in staging before deploying to production
- Have a rollback plan — every change should be reversible
- Monitor the affected systems for at least 24 hours after the change
Related Workday Skills
Other Claude Code skills in the same category — free to download.
Workday Integrations
Build EIB, Core Connector, and Studio integrations in Workday
Workday Calculated Fields
Create calculated fields with functions, conditions, and lookups
Workday Custom Reports
Build advanced, composite, and matrix reports in Workday
Workday Business Process
Configure business processes with steps, conditions, and approvals
Workday Security Config
Configure domain security, role-based security, and security groups
Workday Payroll Config
Set up pay components, earning/deduction codes, and payroll calendars
Workday Studio
Build complex integrations with Workday Studio and XSLT transformations
Want a Workday skill personalized to YOUR project?
This is a generic skill that works for everyone. Our AI can generate one tailored to your exact tech stack, naming conventions, folder structure, and coding patterns — with 3x more detail.