We have a workflow started by a start event. Sometimes it happens, that a just created workflow should be terminated a few seconds later. We're doing this using a termination event. This normally works, but sometimes when the start of the workflow is delayed, the termination event is to early, as shown in the event trace.
Is there a way to programmatically delay the termination events to make sure, the workflow has allready been startet?
Thank in advance.
Fabian