Since you question is a bit vague I can just guess what you want to achieve. What you could do is to use an event subprocess with an interrupting timer start event. This will completely interrupt your workflow instance after the time is due. You can then do some clean up tasks or what ever you want.
More information about event subprocess in Zeebe you can find in the documentation.
Since you question is a bit vague I can just guess what you want to achieve. What you could do is to use an event subprocess with an interrupting timer start event. This will completely interrupt your workflow instance after the time is due. You can then do some clean up tasks or what ever you want.
More information about event subprocess in Zeebe you can find in the documentation.