public interface Orchestrator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplete() |
INodeEntry |
nextNode() |
void |
returnNode(INodeEntry node,
boolean success,
NodeStepResult result)
Indicates that the node processor has completed work on the given node
|
INodeEntry nextNode()
void returnNode(INodeEntry node, boolean success, NodeStepResult result)
node - the nodesuccess - true if the execution was successfulresult - the result if availableboolean isComplete()