Interface WorkflowExecutor
-
- All Known Implementing Classes:
BaseWorkflowExecutor,EngineWorkflowExecutor,NodeFirstWorkflowExecutor
public interface WorkflowExecutorWorkflowExecutor is ...
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNODE_FIRSTstatic java.lang.StringPARALLELstatic java.lang.StringSTEP_FIRST
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowExecutionResultexecuteWorkflow(StepExecutionContext executionContext, WorkflowExecutionItem item)
-
-
-
Field Detail
-
NODE_FIRST
static final java.lang.String NODE_FIRST
- See Also:
- Constant Field Values
-
STEP_FIRST
static final java.lang.String STEP_FIRST
- See Also:
- Constant Field Values
-
PARALLEL
static final java.lang.String PARALLEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
executeWorkflow
WorkflowExecutionResult executeWorkflow(StepExecutionContext executionContext, WorkflowExecutionItem item)
-
-