Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

catalog item build - Flow designer

dassan
Tera Contributor

I am developing a flow for a catalog item for an application install request. In the flow designer the build is done till the Catalog task item which is assigned to IT team. 

 

Need help in understanding what logic to apply post the catalog task creation, how to close the flow & can I add a notification trigger at the same point.

 

Regards

Sanyo

2 ACCEPTED SOLUTIONS

AndersBGS
Tera Patron

hi @dassan 

 

After task completion I would make an update of RITM to set state and other fields to resolved. Basically, further processing depends on your work process and other configuration.

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

View solution in original post

Just add another "update record" action after this step to close the RITM and/or any other logic you want to implement.


CSA | CAD | DF | DISCO | ITIL4

View solution in original post

6 REPLIES 6

Dr Atul G- LNG
Tera Patron

Hi @dassan 

 

You need to set the/stages to the same value.

You can pick any OOTB flow to understand this.

 

https://www.servicenow.com/docs/r/build-workflows/workflow-studio/add-stages.html

 

https://youtu.be/lvbgaRpQsUc

https://youtu.be/KS0hzjtsTJY

 

*************************************************************************************************************
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

****************************************************************************************************************
Day 19 - Flow Designer Actions (ServiceNow) This session focused on advanced usage of Flow Designer in ServiceNow, including working with catalog variables, notifications, waiting conditions, record lookups, loops, integrations, stages, and debugging flows. Key Topics Covered 1. Using Catalog ...
Day 18: ServiceNow Flow Designer This session focused on Flow Designer, ServiceNow's modern automation tool used to create workflows such as approvals, task creation, notifications, and integrations. The instructor explained why Flow Designer has replaced the legacy Workflow engine and ...
Day 19 - Flow Designer Actions (ServiceNow) This session focused on advanced usage of Flow Designer in ServiceNow, including working with catalog variables, notifications, waiting conditions, record lookups, loops, integrations, stages, and debugging flows. Key Topics Covered 1. Using Catalog ...

Ankur Bawiskar
Tera Patron

@dassan 

it all depends on your business requirement i.e. what should happen after catalog task creation

Does your business require email to be send once Catalog task is closed? -> If yes then your flow can wait till catalog task closure using the Wait checkbox and then use "Send Email" flow action to send email

what's your exact requirement?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

dassan
Tera Contributor

Hello Ankur, 

 

Thank you for your inputs.

My query is how can I determine my catalog task is closed.

dassan_0-1783600754414.png

 

@dassan 

that Wait checkbox means your flow will wait till Catalog task is closd (Closed Complete, Close Incomplete etc)

After that step you can check the state of your catalog task and accordingly send the email

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader