Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

how to add timer to approval group

Raffi
Mega Expert

I am creating an "Approval Group" in my workflow.

If the approvers are not approving till 30 minutes, it must be skipped.

Please let me know how to do it.

there are 3 condition available in this Approval-Group option

Approved

skipped 

Rejected.

--------------------------------------

if approval is not done within 30 minutes, automatically skipped option must be executed.

I have attached the screenshot of my workflow, for your reference.

 

1 ACCEPTED SOLUTION

Dan H
Tera Guru

Hi,

You can do something like this:

find_real_file.png

Maybe add one more activity to see whether the approval went through. The timer will always progress to the activity after the workflow. So add a check to see if the approval did too.

Please mark my answer as Correct/Helpful based on impact

Regards,

Dan H

 

 

View solution in original post

1 REPLY 1

Dan H
Tera Guru

Hi,

You can do something like this:

find_real_file.png

Maybe add one more activity to see whether the approval went through. The timer will always progress to the activity after the workflow. So add a check to see if the approval did too.

Please mark my answer as Correct/Helpful based on impact

Regards,

Dan H