throw new GeniePreconditionException("No job entered to run");
}
if (StringUtils.isNotBlank(job.getId())
&& this.jobRepo.exists(job.getId())) {
throw new GenieConflictException("Job with ID specified already exists.");
}
// Check if the job is forwarded. If not this is the first node that got the request.
// So we log it, to track all requests.
if (!job.isForwarded()) {