Class NotifyParent
java.lang.Object
org.chenile.orchestrator.process.service.entry.NotifyParent
Notifies the parent process when the child process has finished.
This will enable the parent to do the following:
This will enable the parent to do the following:
- Update its status to reflect the fact that its sub-processes are completed
- Kick off aggregation work.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate SubProcessDoneWithErrorsPayloadbuildErrorPayloadFromProcess(Process process) voidnotifyParentDone(Process process) voidnotifyParentDoneWithErrors(Process process)
-
Field Details
-
stateEntityService
-
-
Constructor Details
-
NotifyParent
-
-
Method Details
-
notifyParentDone
-
notifyParentDoneWithErrors
-
buildErrorPayloadFromProcess
-