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