Let me provide a comprehensive solution that addresses all the issues we’ve identified:
1. Task Assignment Rule Configuration:
Your assignment rules need proper error handling and fallback logic. Modify your task configuration to include:
- Primary assignment: Current Manager (with BU validation disabled for onboarding)
- Secondary assignment: Hiring Manager from requisition
- Tertiary assignment: Default HR Coordinator for the legal entity
This cascading logic ensures tasks always get assigned even if the primary rule fails.
2. Organization Hierarchy Validation:
The cross-BU issue you discovered is critical. Create a new role specifically for onboarding:
Role Name: HCM_ONBOARDING_TASK_ASSIGNEE_CROSS_BU
Role Category: Task Management
Condition: Remove BU restriction
Grant to: All manager job roles requiring cross-BU onboarding
Update your security console configuration to grant this role alongside the standard manager roles.
3. User Role and Permission Setup:
Verify these permissions are included in your onboarding roles:
- View Worker Assignment (required to see new hire data)
- Manage Onboarding Tasks (required to receive task assignments)
- View Organization Hierarchy (required for assignment rule evaluation)
The timing issue Sarah mentioned is also important. In your workflow definition, add a wait step:
Wait Duration: 5 minutes
Wait Condition: User Security Cache Refresh Complete
Timeout Action: Proceed anyway (with fallback assignment)
4. Workflow Error Handling:
Implement proper error handling in your workflow:
- Add an error notification branch that alerts HR operations when assignment fails
- Configure the workflow to assign to a default queue rather than failing completely
- Enable detailed logging for assignment rule evaluation
To implement these changes:
- Navigate to Setup and Maintenance > Manage Task Configuration for Onboarding
- Edit your NEW_HIRE_ONBOARDING_WF workflow
- Add the wait step after user creation and before task assignment
- Update assignment rules with the cascading logic
- Create and grant the cross-BU role in Security Console
- Test with a new hire in your shared services BU
This should resolve your 40% failure rate. The combination of proper role configuration, assignment rule fallbacks, and timing adjustments will handle both the immediate technical issue and the organizational structure complexity.
After implementation, monitor your workflow execution logs for the first week to ensure the changes are working as expected. The error rate should drop to near zero, with any remaining failures being caught by the fallback assignment to the default HR coordinator queue.
This draft is based on general Oracle Fusion Cloud knowledge. It has not been verified against your specific version and environment. Practitioners: verify the steps and share your experience below.