- We added support for interrupting and non-interrupting behavior on the workflow Timer Event Sub-Process Start Event. When configured as interrupting, the Event Sub-Process will interrupt the parent workflow, terminating all active execution paths within the global scope — including activities in the main process and any nested sub-processes — before initiating the Event Sub-Process flow. When configured as non-interrupting, the Event Sub-Process runs in parallel with the parent workflow without affecting its execution.
0 commit comments