How to cancel a timer in workflow

Joshuu
Kilo Sage

Hello All,

As shown below, I want the timer should be cancelled once if the approval is completed before 3 days of time. If not completed then it should go to the 2nd level of approval from the timer.

find_real_file.png

What should the next activity in the workflow?

Please assist.

Thanks,

Priya.

1 ACCEPTED SOLUTION

Sukrit
Giga Contributor
Hi Priyarao,
 
I think this can be easily solved by using a sub-flow. Just make another workflow with timer and approvals (these should begin and end together) and call this workflow in the workflow that you have built.
 
Hope this works 🙂
 
Thanks
 
 

 

View solution in original post

27 REPLIES 27

Sukrit
Giga Contributor

Yes, Please try this.

Also, do connect your approval actions to 'End' activity. We need to get out of sub-flow even after approval is done.

Thanks

Thanks a lot Sukrit.

It is absolutely working fine. 🙂

Hello Sukrit,

As shown below, the flow is working good. But whenever the 1st level is approved the notification is not triggering to the 2nd level of approval. Could you please let me know what could be the reason for this. Notification is triggering only when the 1st level approval is skipped.

 

Please suggest.

Thank you,

Priya.