Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Wait for 5 mts in workflow

Former Member
0 Kudos

Hi,

I am doing an workflow, in that a task have to execute after 5 mts. I

need to put a wait condition for 5 mts before the execution of the task

Can any one pls tell me how to do it.

2 REPLIES 2

Former Member
0 Kudos

Hi Kumar,

You Can use Dead line Monitoring.

In Activity go to "Requsetd Start" Tab and give the Time like 5 miniutes.

It will displays in business work pace after five minutes only.

Thanks.

0 Kudos

Does using 'Requested Start" for an activity mean that when executing the activity for the first time (assuming it is in a loop ), it will still wait for 5 minutes?

What about if u want it only to wait for 5minutes if the Activity fails for the first time, before a 2nd rerun?