12.2 Advanced Routing, Labels & Help Text
Key Takeaways
- Advanced routing controls who actually receives a step—commonly preventing people from approving on their own behalf when they are the initiator, a prior approver, or the subject of the event.
- Step security groups define the candidate pool allowed by the BP security policy; advanced routing further filters that pool at runtime.
- Step label overrides replace the default step name in My Tasks so users see business language (for example "Approve international hire") instead of a generic technical label.
- Step help text provides in-context instructional guidance on the step so participants know what to check or enter before acting.
- Routing, labels, and help text are step-level configuration maintained from the business process definition (often View mode Related Actions), separate from domain security and from condition-rule true/false logic.
12.2 Advanced Routing, Labels & Help Text
Quick Summary: After conditions decide whether a step runs, advanced routing decides who among the allowed participants actually interacts—especially preventing self-approval. Step label overrides and help text change what users see and understand in My Tasks. These step-level controls are high-frequency configuration skills for Workday Pro HCM Core Business Process Fundamentals.
Tasks T50 (advanced routing) and T51 (step label overrides and help text) sit next to condition rules in the official blueprint. Exam stems often mix “who gets the inbox item,” “what the task is called,” and “what instructions appear.” Separate those concerns cleanly.
The Three Layers of “Who Does This Step?”
Before advanced routing, recall the stack:
| Layer | Question | Configured where |
|---|---|---|
| BP Security Policy | Who is allowed to Approve/Initiate/etc. for this process type? | Business Process Security Policy + activation |
| Step Group | Which security group(s) are assigned on this step in the definition? | Business Process Steps (Group column) |
| Advanced Routing | Of those candidates, whom should Workday exclude or re-route at runtime? | Maintain Advanced Routing on the step |
| Conditions | Does the step run at all? | Maintain Step Conditions |
Allowed by BP security
∩
Listed on step Group
∩
Survives advanced routing filters
∩
Step not skipped by entry conditions
=
Users who actually receive the task
If advanced routing is wrong, the right people may be allowed by security yet never receive the task—or a conflicted person may still approve their own event. If security is wrong, routing cannot invent permission. Always diagnose security vs routing vs conditions separately.
Advanced Routing (T50)
Maintain Advanced Routing is the step configuration that shapes runtime recipients beyond the simple Group assignment. The classic, exam-emphasized purpose is to prevent approvals on one’s own behalf when the user is:
- the initiator of the event,
- a prior approver on the same process, and/or
- the subject of the event (the worker the transaction is about).
Why self-routing is a control problem
HCM processes often assign steps to Manager, HR Partner, or other role-based groups. Without advanced routing:
- A manager who initiates their own job change might be asked to approve it.
- An employee who is both subject and role holder on a small team might approve their own compensation change.
- A prior approver in a multi-step path might reappear and rubber-stamp their earlier decision.
Advanced routing implements segregation of duties patterns inside the workflow engine so the inbox does not invite conflicted approval.
Conceptual options (mental model)
Exact checkboxes vary by process and release, but Core language clusters around exclusion patterns:
| Pattern | Intent |
|---|---|
| Exclude initiator | Person who started the event cannot complete this approval (or related) step for that event |
| Exclude prior approver | Someone who already approved does not re-approve the same path carelessly |
| Exclude subject | The worker the event is about cannot approve their own transaction |
Configuration scenario: Northwind’s Change Job definition assigns Approve to the constrained Manager group. The CHRO sometimes initiates changes that roll up to her own manager chain. Implementers enable advanced routing to exclude the initiator and the subject so a peer or superior must approve instead of a self-loop. Security still lists Manager for Approve; routing prevents the conflicted manager from being the runtime recipient when they match exclusion criteria.
Advanced routing is not a security policy edit
| Action | Effect |
|---|---|
| Edit BP security policy | Changes who may approve any definition of that type (after activation) |
| Change step Group | Changes which group the definition targets |
| Maintain Advanced Routing | Filters runtime assignment for that step based on event roles |
Exam trap: “To stop self-approval, remove Manager from the BP security policy.” That may over-block legitimate manager approvals for everyone. Prefer advanced routing exclusions for self-approval patterns while keeping Manager on the policy for normal team events.
Interaction with approval chains
On Approval Chain steps, routing and while-running / exit conditions cooperate. Advanced routing addresses identity conflicts (initiator/subject/prior). Chain conditions address how far up the hierarchy the process climbs. Do not treat them as synonyms on the exam.
Realistic multi-part scenario: Engineering Manager initiates a promotion for herself (subject = initiator). Entry conditions still include the approval chain for management-level promotions. Advanced routing excludes initiator/subject so the next eligible manager or HR Partner path receives the task. If nobody remains after exclusions and security design, you get unassigned or reassignment operational work—design alternate groups carefully.
Step Label Overrides (T51)
Maintain Step Label Override lets you define a label for the step that overrides how the step displays in My Tasks (and related user-facing task lists).
Why labels matter
Delivered or technical step names can be opaque:
- “Approval”
- “Action: Review”
- Generic subprocess titles
Users act faster—and make fewer mistakes—when the inbox says:
- “Approve international hire – mobility checklist”
- “Review compensation for grade exception”
- “Manager approval – transfer out of region”
The override does not change the underlying step type, security permission, or condition logic. It changes the presentation string people read when deciding what to open.
| Without override | With override |
|---|---|
| Approval | Approve hire for contingent conversion |
| To Do | Complete export-control questionnaire |
| Action | HR Partner review – executive hire |
Configuration scenario: Global Retail runs three different entry-conditioned approval steps that would all show as “Approval” in My Tasks. Label overrides distinguish “Store Manager hire approval,” “Region HR hire approval,” and “Compensation exception approval,” reducing wrong-click deny/approve behavior during peak hiring season.
Label design tips (exam + practice)
- Use business language, not internal ticket numbers only.
- Reflect why the step exists when conditions create parallel-looking steps.
- Keep labels short enough for mobile/inbox width but specific enough to disambiguate.
- Remember labels are not help text—labels title the task; help text instructs inside it.
Step Help Text (T51)
Maintain Step Help-Text configures instructional text that guides users through the step. Help text appears in the step experience so participants know what to verify, which fields matter, or what external action a To Do expects.
Help text vs related tools
| Tool | Purpose |
|---|---|
| Step help text | In-process guidance for this step’s actor |
| Step label override | Title in My Tasks |
| To Do instructions | Often the body of a reminder task inside/outside Workday |
| Related links | External URLs listed on the definition |
| Notifications | Alerts on entry/exit/status—not the same as on-screen step help |
Help text is ideal for:
- Checklists (“Confirm location, company, and cost center before approve”).
- Policy reminders (“Deny if base pay exceeds grade maximum without exception ID”).
- Compliance prompts (“Do not approve if export license is pending”).
Configuration scenario: On Hire, an Action: Review step for HR Partners includes help text: “Verify work country matches immigration case status. If status is pending, Send Back to initiator—do not Approve.” The label override reads “HR Partner – immigration check.” Advanced routing excludes the subject. Together, routing + label + help text make the step controllable, findable, and teachable.
Where You Configure These Features
Workday’s BP UI distinguishes Edit Definition mode (add/remove steps, order, group, optional, due dates) from View mode step Related Actions that maintain many step features:
| Configuration option | Definition |
|---|---|
| Maintain Advanced Routing | Prevent self-approval patterns (initiator, prior approver, subject) and related routing control |
| Maintain Step Label Override | Custom display label in My Tasks |
| Maintain Step Help-Text | Instructional guidance on the step |
| Maintain Step Conditions | Entry/validation/etc. (section 12.1) |
| Maintain Step Delay | Time delay before the next sequential step |
| Set as Completion | Mark completion step |
Exam framing: If the stem says users see a confusing generic task name, answer label override. If users approve their own events, answer advanced routing. If users do not know what to check, answer help text. If the step should not appear at all, answer entry condition—not label text.
Combined Design Pattern (Memorize)
1. Confirm BP security allows the right groups
2. Assign step Group (who is in the candidate pool)
3. Add entry conditions (when the step runs)
4. Maintain advanced routing (exclude initiator/subject/prior as needed)
5. Set label override (clear My Tasks title)
6. Set help text (how to act correctly)
7. Test with proxy users: initiator, subject, manager, HR partner
End-to-end exam case: A company forbids employees from approving their own Request Compensation Change. Managers initiate; Manager group is on Approve. Without advanced routing, a manager who is also the subject on a dual-role edge case might self-approve. Implementers enable exclude subject (and initiator if managers initiate for themselves in edge workflows), label the step “Manager approve – compensation change,” and add help text listing grade-exception checks. Conditions may still skip the step for decreases under a threshold.
Common Confusions Table
| Statement | Verdict | Why |
|---|---|---|
| Advanced routing replaces BP security policy | Incorrect | Filters recipients; does not grant permission |
| Label override changes the step type | Incorrect | Display only |
| Help text is the same as a custom notification | Incorrect | On-step guidance vs alert message |
| Exclude initiator stops all managers from approving any hire | Incorrect | Excludes initiator for that event, not the whole role |
| Conditions and advanced routing are identical | Incorrect | Whether step runs vs who receives it |
Connection to Hours-on-Site Learning
Routing and UX micro-configuration look “small” next to Hire data model questions, but they are exactly the kind of applied BP Fundamentals items that separate 70% from 80% pass. Practice explaining—in one sentence each—what advanced routing, label override, and help text change for a single approval step. That oral drill maps directly to multiple-choice stems on the 100-minute exam.
What is a primary purpose of Maintain Advanced Routing on a business process step?
What does a step label override change?
How does step help text differ from a step label override?
Managers can approve Hire per BP security policy, but a manager who initiates a hire for herself still receives her own approval task. Which configuration should you review first?