소스 검색

Merge remote-tracking branch 'origin/dev' into dev

dzx 2 달 전
부모
커밋
6715146f59
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/xjrsoft/module/workflow/listener/ExecutionDelegate.java

+ 1 - 0
src/main/java/com/xjrsoft/module/workflow/listener/ExecutionDelegate.java

@@ -912,6 +912,7 @@ public class ExecutionDelegate implements ExecutionListener {
                 // 更新规则
                 LiteFlowChainELBuilder.createChain().setChainName(chain.getChainName()).setEL(chain.getElData()).build();
                 // 执行规则
+                varMap.put("processDefinitionId", execution.getProcessDefinitionId());
                 flowExecutor.execute2Resp(chain.getChainName(), null,varMap);
             }