Interface StepExecutor
-
- All Known Implementing Classes:
NodeDispatchStepExecutor,StepPluginAdapter
public interface StepExecutorStepExecutor is ...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StepExecutionResultexecuteWorkflowStep(StepExecutionContext executionContext, StepExecutionItem item)booleanisNodeDispatchStep(StepExecutionItem item)
-
-
-
Method Detail
-
isNodeDispatchStep
boolean isNodeDispatchStep(StepExecutionItem item)
-
executeWorkflowStep
StepExecutionResult executeWorkflowStep(StepExecutionContext executionContext, StepExecutionItem item) throws StepException
- Throws:
StepException
-
-