context.getJobHistoryManager().updateJobHistoryLog(historyId,
history.getLog().getContent());
Exception exception = null;
Response resp = null;
try {
Future<Response> f = new MasterExecuteJob().executeJob(
context, w, ExecuteKind.ManualKind, historyId);
resp = f.get();
} catch (Exception e) {
exception = e;
ScheduleInfoLog.error("JobId:" + history.getJobId()