|
@@ -1914,7 +1914,7 @@ public class ProcessEngineService {
|
|
|
try {
|
|
|
Map params = buildEventApiParam(conditionEvent, triggerPosition, apiParams);
|
|
|
retMap.put("postParam", JSON.toJSONString(params));
|
|
|
- retVal = HttpUtil.post(conditionEvent.getRestfulUrl(), params);
|
|
|
+ retVal = ServiceApiUtils.getDataFromServiceApi(conditionEvent.getRestfulUrl(), params);
|
|
|
JSONObject retJson = JSON.parseObject(retVal);
|
|
|
if (Objects.isNull(retJson)) {
|
|
|
retMap.put("result", true);
|