Has anyone explored enabling agentic assignment processing in Infinity’26 ?
We have followed what is mentioned in the documentation here but unfortuantely we couldn’t have desired results.
Steps we followed:
- Enabled agentic assignment processing on an assignment in case type to route it to a specific user.
- Created a new channel and configuured an email account to send emails.
- Created an Email Listener to listen and process the email response.
Observed results:
1.An email is successfully sent to the user configured on the assignment and the email is visible on the case.
2. User responds to the email and the email listener processes it succesfully and the response is visible on the case.
3. The queue processor “pyRunAgenticAutomation” has executed succesfully
4. However, the case remains stuck in the same assignment and does not progress further.
Expected result:
The email response should result in the assignment being automatically submitted allowing the case to resume and proceed to next step.
Has anyone encountered a similar issue or identified any additional configuration that might be required for Agentic Assignment Processing to work as expected?