Skip to main content

How can you tell the workflow to wait a specified period of time before sending out a user task? We have a process where the user will complete a task, and then we need the workflow to wait for 30 days before sending out a task to the next user. I can't figure out how to wait 30 days after the first task completes before triggering the second task.

There is the concept of a Start Rule that could be configured on the activity of the task you wish to wait. In K2 or Visual Studio you can get the the start rule on the properties of an activity. Screen Shot Below:

 

15881i87B9FC0F759FCD26.png

 

S.


you can use activity start rule configuration to pause the activity for certain time .

 

- Arvind


Reply