2 次代码提交 192a176b86 ... dc5d1afd30

作者 SHA1 备注 提交日期
  fanxp dc5d1afd30 Merge remote-tracking branch 'origin/dev' into dev 2 月之前
  fanxp bedf442e18 wf 2 月之前
共有 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);
             }