Generate Resolution Plan Agentic Workflow is not working OOB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi, we have created an Agentic Workflow by creating a clone of 'Generate Resolution Plan'. We have just added UI action and not performed any other changes. However, there are two issues we found:
1. UI action not appearing on Incident form
2. 'Next action recommendation AI agent' not running even though it is explicitly called out in Agentic Workflow steps.
Anyone faced similar issue and knew the resolution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Try these once
- Open your cloned workflow steps and verify the step referencing "Next Action Recommendation" points to a valid, active, published AI Agent — cloning often breaks these references
- If your clone is in a different scope, cross-scope access to the sub-agent may be blocked
- Check AI Agent execution logs (
sys_ai_agent_execution) — if no record exists, the reference is broken; if a failed record exists, the error will pinpoint the issue (usually missing input mappings or LLM config)
Session debugger + sys_ai_agent_execution table will tell you immediately whether the sub-agent is being invoked and why it's failing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @Naveen20 I could not find table you mentioned. Is it 'sys_aia_agent_execution_activity'? and yes application scope for agentic workflow and ai agent is same. I also think the reference is broken, but I have also added it manually to ensure any broken references are corrected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
This is the table - sn_aia_execution_task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
1. Please check button got created for workspace in sys_ux_form_action_list.do. If not please create one
2. please check the below property. If you don't have access, please ServiceNow support to update it.
com.glide.agentic_processes_view.enabled is set to true.
3. please share more details about next action recommendation agent issue.
Thanks,
Vasavi
