}
CoordinatorActionInfo coordInfo = null;
if(scope == null || scope.isEmpty()) {
coordEngine.change(jobId, changeValue);
} else{
coordInfo = coordEngine.ignore(jobId, type, scope);
}
if(coordInfo != null) {
coordActions = coordInfo.getCoordActions();
json = new JSONObject();
json.put(JsonTags.COORDINATOR_ACTIONS, CoordinatorActionBean.toJSONArray(coordActions, "GMT"));