Trigger options for Agentic Workflow or AI Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2025 10:21 PM
My goal is to initiate an Agentic Workflow and AI Agents mainly via a UI Action, not through a Now Assist chat-based trigger.
Is it possible to programmatically trigger Agentic Workflows and AI Agents using APIs, GlideRecord queries, Script Includes, Scripted REST APIs, or any other supported custom approach?
@Victor ChenI would appreciate any suggestions or guidance on alternative methods to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2025 06:11 AM
Whenever you create a trigger in the ServiceNow workflow, a flow is created behind the scenes with the trigger ID and the condition see if you can play around with those flows and triggers. But keep in mind that ServiceNow does not recommend this practice.
Hopefully this was helpful to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2025 06:12 AM
By workflow i mean the AI agent workflow/Use Case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi:
I created this UI Action:
And on the form it displays:
But nothing is triggered. It's stuck and nothing displays in the panel until I reload the browser.
How can I kick it to start without manually reloading the browser?
Thank you!!