Struggling to understand why the WFM Shift Swap API returns a 409 Conflict when validating against real-time adherence.
- Trigger Architect flow on swap request.
- Call WFM Real-Time API to check agent availability.
- POST to
/api/v2/wfm/schedule/swapwith validated payload.
The endpoint rejects the swap despite the API confirming the agent is free. Is this a race condition in the write lock?