com.alibaba.smart.framework.engine.bpmn.behavior.gateway.ParallelGatewayBehavior#processDefaultLogic 处理 join 时,判断 lockStrategy == null 时,子线程抛出的异常并不会传播到主线程,会导致流程没有走到 EndEvent 而提前结束! <img width="1602" height="254" alt="Image" src="https://github.com/user-attachments/assets/2ce86236-fb54-406b-a0f3-b4d29ecfaaeb" /> -- 对应 fork 逻辑,调用的 invokeAll 方法,没有处理返回的 future List <img width="940" height="304" alt="Image" src="https://github.com/user-attachments/assets/918f4ff1-1017-4331-99c6-5b4c3ae8bc0c" />
com.alibaba.smart.framework.engine.bpmn.behavior.gateway.ParallelGatewayBehavior#processDefaultLogic

处理 join 时,判断 lockStrategy == null 时,子线程抛出的异常并不会传播到主线程,会导致流程没有走到 EndEvent 而提前结束!
-- 对应 fork 逻辑,调用的 invokeAll 方法,没有处理返回的 future List
