Hi, I need to implement a sort of a timer whose scope is the entire (or a part of) process.
I want to start it when the process starts and then verify the duedate along all the nodes. If the duedate is reached, there would be a transition to a specific node.
Is there a way to achieve that?