fanxp 2 ماه پیش
والد
کامیت
bedf442e18
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);
             }