31个分支可以发布成功

This commit is contained in:
guoshengxiong 2024-09-05 17:46:09 +08:00
parent e17c8172a4
commit f0fa9ebaa5

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;
} }