cancel
Showing results for 
Search instead for 
Did you mean: 

workflow due date

darionis
Champ on-the-rise
Champ on-the-rise
Hello,

What are the options for setting workflow timer? Not just for a single task but for the whole workflow. For example, I start the workflow and want to be informed when timer expires, regardless of the current task. Setting timer events on each task does not look like proper solution.

I understand how to attach timer to a task but I'd like to do that on the workflow level. Workflow should continue as normal but I'd just want to flag it as expired (actually I need to do much more than flagging but that's not relevant to the question). Of course, I can allways check if currentDate>dueDate but I need some sort of event when workflow's dueDate expires.

Thanks!
1 REPLY 1

trademak
Star Contributor
Star Contributor
You could create an embedded sub process scope for the whole process definition, except for the start and end event. Then you can attach a boundary timer event on this sub process.

Best regards,