|
@@ -803,15 +803,12 @@ public class ExecutionDelegate implements ExecutionListener {
|
|
|
}
|
|
|
//如果是规则引擎
|
|
|
else {
|
|
|
- nodeEventConfig.setLiteflowId("1719906259126775809");
|
|
|
String liteflowId = nodeEventConfig.getLiteflowId();
|
|
|
XjrLiteflowChain chain = liteflowChainService.getById(liteflowId);
|
|
|
// 更新规则
|
|
|
LiteFlowChainELBuilder.createChain().setChainName(chain.getChainName()).setEL(chain.getElData()).build();
|
|
|
// 执行规则
|
|
|
flowExecutor.execute2Resp(chain.getChainName(), null,varMap);
|
|
|
-
|
|
|
- System.out.println("规则引擎");
|
|
|
}
|
|
|
|
|
|
}
|