- Genesys Cloud Version: 2024-01
- WFM SDK: v2.1.0 (Python)
- Timezone: America/Chicago
- Endpoint: POST /api/v2/wfm/schedules/publish
409 Conflict: Schedule publish failed due to overlapping shift constraints for agent_id: 8a12b3c4-5678-90ab-cdef-1234567890ab. Reason: shift_swap_conflict.
The bulk schedule publish job is failing consistently for a subset of agents in the Chicago support queue. The error points to a shift_swap_conflict, yet the manual schedule view in the WFM portal shows no active swaps for these users during the target week.
We are using the standard publish flow via the SDK. The payload includes schedule_version_id and publish_scope set to agents. Debugging the request body reveals that the shift_trades array is empty for the failing agents, which should mean no conflicts exist.
Is there a known latency issue between the self-service shift swap module and the schedule publishing engine in this release? Or could the America/Chicago daylight saving transition logic be incorrectly flagging a boundary condition? We need to publish these schedules by 17:00 CST today.