|
|
@ -256,6 +256,9 @@ public class ProcessTriggerServiceImpl implements ProcessTriggerService { |
|
|
} |
|
|
} |
|
|
task.put(Constants.OUTPUT, afterOutput); |
|
|
task.put(Constants.OUTPUT, afterOutput); |
|
|
/***输入配置 = 固定配置+选配置***/ |
|
|
/***输入配置 = 固定配置+选配置***/ |
|
|
|
|
|
log.info("module:{}",JSONObject.toJSONString(module)); |
|
|
|
|
|
log.info("app:{}",JSONObject.toJSONString(app)); |
|
|
|
|
|
|
|
|
//固定配置 |
|
|
//固定配置 |
|
|
Map<String, Object> fixedParams = JSONObject.parseObject(module.getParams()); |
|
|
Map<String, Object> fixedParams = JSONObject.parseObject(module.getParams()); |
|
|
//选配置 |
|
|
//选配置 |
|
|
|