feat(REQ-4468) - 优化前端针对监管模型不设置 node 的情况
This commit is contained in:
parent
5d157853fc
commit
8832e49c70
@ -599,6 +599,9 @@ public final class BpmnJsonConverterUtil {
|
||||
*/
|
||||
private static List<String> create(String formKey, BpmnJsonNode bpmnJsonNode, Process mainProcess,
|
||||
BpmnModel bpmnModel, BpmnJsonNode defaultConditionConnectNode, String... preNodeIds) {
|
||||
if(Objects.isNull(bpmnJsonNode)) {
|
||||
return Lists.newArrayList(preNodeIds);
|
||||
}
|
||||
// 设置来源节点
|
||||
bpmnJsonNode.setIncoming(Lists.newArrayList(preNodeIds));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user