31个分支可以发布成功,32个分支就报错:Comparison method violates its general contract

This commit is contained in:
guoshengxiong 2024-09-05 11:53:26 +08:00
parent 3ce4ef018e
commit e84edb2c56

View File

@ -104,7 +104,7 @@ public class WFlowToBpmnCreator {
BpmnModel bpmnModel = new BpmnModel(); BpmnModel bpmnModel = new BpmnModel();
bpmnModel.addProcess(process); bpmnModel.addProcess(process);
// Bpmn xml自动生成布局及布局节点位置 // Bpmn xml自动生成布局及布局节点位置
new BpmnAutoLayout(bpmnModel).execute(); // new BpmnAutoLayout(bpmnModel).execute();
//log.info("构建审批流程[{}] 的 xml为{}", name, xmlStr); //log.info("构建审批流程[{}] 的 xml为{}", name, xmlStr);
return bpmnModel; return bpmnModel;
} }