Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Generate Resolution Plan Agentic Workflow is not working OOB

VarunK312799563
Tera Expert

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?

4 REPLIES 4

Naveen20
ServiceNow Employee

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.

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.

This is the table - sn_aia_execution_task

vasavisasap
Tera Contributor

@VarunK312799563 

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