Lius
2025-07-25 b538bc3980de0b31aec6500aa900cac8e39a6be7
lxzn-module-flowable/src/main/java/org/jeecg/modules/flowable/flow/FindNextNodeUtil.java
@@ -114,6 +114,10 @@
                    else if (nextFlowElement instanceof EndEvent) {
                        next(flowElements, nextFlowElement, map, nextUser);
                    }
                    // 相容网关
                    else if (nextFlowElement instanceof InclusiveGateway) {
                        next(flowElements, nextFlowElement, map, nextUser);
                    }
                }
            }
        }