RITM workflow Explanation needed.

venkateshdhanap
Tera Contributor

Hi,

Can any one help me out for understanding of this SLA work flow for Ritms.

find_real_file.png

How the above Workflow is working because i am new to create workflow. Actually i have created the workflow of Catalog items

but this workflow is completely different from that workflow. It is not not sequencial, it has 3 parrallel flow, I want to know

1. What is mean by SLA Percentage Timer ?

2. How and why 3 parrallel flow is created ?

3. what are the operations done in these 3 flows?

4. How to create Notification tasks?

!Thanks In Advance

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Hi Venkatesh,



The three parallel paths are used to trigger notifications (via events) at 25% increments in the SLA. The SLA timer is used to wait until those times happen. If my SLA is 4 hours, The first timer will wait until 1 hour, then drop in to the Run Script (and do something I cannot see) and then reach the create Event. Hopefully, there is a notification that reacts to that event and sends the notification.



At the same time the first timer splits, it goes and waits another 25% and does the same then when that time is expired.



The Join is used to ensure that all the paths meet up before the workflow reaches END and shuts down.



Events and Email Notifications - ServiceNow Wiki


View solution in original post

5 REPLIES 5

Chuck Tomasi
Tera Patron

Hi Venkatesh,



The three parallel paths are used to trigger notifications (via events) at 25% increments in the SLA. The SLA timer is used to wait until those times happen. If my SLA is 4 hours, The first timer will wait until 1 hour, then drop in to the Run Script (and do something I cannot see) and then reach the create Event. Hopefully, there is a notification that reacts to that event and sends the notification.



At the same time the first timer splits, it goes and waits another 25% and does the same then when that time is expired.



The Join is used to ensure that all the paths meet up before the workflow reaches END and shuts down.



Events and Email Notifications - ServiceNow Wiki


Thanks for your time to reply. Now i get some idea about this workflow. Sure i will create workflow for my item today itself. Thanks


You are welcome.



If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.



If you are viewing this from the community inbox you will not see the correct answer button.   If so, please review How to Mark Answers Correct From Inbox View.



Thank you


Thanks Chuck