We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to add an agentic workflow with all it's ai agents to update set

ritaaudi
Tera Contributor

Hi: How can I add an agentic workflow with all it's ai agents to update set? Thank you, Rita

4 REPLIES 4

Vamsi_Krishna07
Tera Contributor

PrasannaKuD
Tera Contributor

Hi Rita,

1) Prefer one Scoped App:

2) Move all artifacts (Agentic Workflow, Agents, Tools, Prompts, Flows, Script Includes, ACLs, UI actions, etc.) into that scoped application.
3) Promote via Application Repository (Studio → Publish to App Repo) across instances.
4) Use System Properties for environment-specific values; keep secrets in Connections/Credentials, not in update sets.

5)Include the parent workflow record first, then bulk‑add associated records using platform utilities.

Hope this approach will work to capture all in one update set.

Thanks & Regards,

Prasanna Kumar

Dr Atul G- LNG
Tera Patron

Check this: https://www.servicenow.com/community/now-assist-articles/capturing-ai-agent-updates-in-update-sets/t...

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

warren_chan
ServiceNow Employee

I'll add that while today's process of manually ensuring artifacts are captured in update sets is bit a tedious, we're looking at other options to facilitate the export/import of AI agents and their associated records between instances.