Interface NodeStepExecutor
-
- All Known Implementing Classes:
NodeStepPluginAdapter
public interface NodeStepExecutorNodeStepExecutor executes a step for a node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeStepResultexecuteNodeStep(StepExecutionContext context, NodeStepExecutionItem item, INodeEntry node)Execute the step
-
-
-
Method Detail
-
executeNodeStep
NodeStepResult executeNodeStep(StepExecutionContext context, NodeStepExecutionItem item, INodeEntry node) throws NodeStepException
Execute the step- Parameters:
context- contextitem- step itemnode- node- Returns:
- result
- Throws:
NodeStepException- on step error
-
-