How to close RITM when all catalog tasks are closed in Flow Designer

Haruka Kubota1
Tera Contributor

In the following flow designer, I want to close the RITM when all catalog tasks are closed.

Between actions 5 and 6, I know I need an action, but I don't know what to put in it.
I would like someone to support me.

find_real_file.png

Best Regards,
Haruka Kubota

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Haruka Kubota 

I have shared solution below using flow designer to close parent INC when all child INCs are closed.

Enhance it for sc_req_item and sc_task table

If all child incident is closed then after Parent incident should be closed. How to achieve through...

Regards
Ankur

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

View solution in original post

5 REPLIES 5

quintenvandenb1
Giga Expert

Hello @Haruka Kubota 

The best and out of the box solution for this would be to use the stages. At the top right cornor on the "..." there you can import the out of the box stages.

Then simply add the out of the "closed complete" stage after the catalog task. (put last catalog task on "wait" = true)

The stage will automatically deativate the RITM record after reaching it.

Kind regards

Quinten

Nishant Shelar
Mega Expert

Hello @Haruka Kubota 

 

Refer the following link:

Auto-close RITM

 

 

Please mark it as Helpful/Correct if applicable.

Thanks.

Ankur Bawiskar
Tera Patron
Tera Patron

@Haruka Kubota 

I have shared solution below using flow designer to close parent INC when all child INCs are closed.

Enhance it for sc_req_item and sc_task table

If all child incident is closed then after Parent incident should be closed. How to achieve through...

Regards
Ankur

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

I applied the flow in the link you gave me with RITM and sc_task, and I was able to make it happen.

Thank you very much!

find_real_file.png

Best Regards,
Haruka Kubota