final ManagementGraph managementGraph = ManagementGraphFactory.fromExecutionGraph(executionGraph);
this.eventCollector.addManagementGraph(jobID, managementGraph);
}
// Update recent job event
final JobStatus jobStatus = InternalJobStatus.toJobStatus(newJobStatus);
if (jobStatus != null) {
this.eventCollector.updateRecentJobEvent(jobID, this.jobName, this.isProfilingAvailable,
this.submissionTimestamp, jobStatus);
this.eventCollector.addEvent(jobID,