Class NotifyParent

java.lang.Object
org.chenile.orchestrator.process.service.entry.NotifyParent

public class NotifyParent extends Object
Notifies the parent process when the child process has finished.
This will enable the parent to do the following:
  1. Update its status to reflect the fact that its sub-processes are completed
  2. Kick off aggregation work.