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!