Hi,
I am trying to mark the parent chain to status completed using the post running action. But not able to find the correct method. Advise please.
JobDefinition aJobDef = jcsSession.getJobDefinitionByName(jcsJob.getParentJob().getParentJob().getJobDefinition().getName());
aJobDef.setFinalStatus(JobStatus.Completed);
Thanks,
Chandu