|
|
@@ -89,7 +89,7 @@ public class QualityIndicatorJob extends AbstractJob {
|
|
|
ContextUtil.setCurrentAccessToken(accessToken);
|
|
|
}
|
|
|
for (Map<String, Object> objectMap : list) {
|
|
|
- APIResult<String> result = bpmInstService.startFlowFromList(new String[]{(String) objectMap.get("id_")}, formKey, defKey);
|
|
|
+ APIResult<String> result = bpmInstService.startFlowFromList(new String[]{(String) objectMap.get("id_")}, formKey, defKey,"");
|
|
|
result.getState();
|
|
|
}
|
|
|
}
|