Interface EngineWorkflowExecutor.Augmentor
-
- All Known Implementing Classes:
EngineWorkflowExecutor.DefaultAugmentor
- Enclosing class:
- EngineWorkflowExecutor
public static interface EngineWorkflowExecutor.AugmentorCan augment behavior of this workflow executor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutableStateObjgetInitialState(WorkflowExecutionItem item, StepExecutionContext executionContext)WFSharedContextgetSharedContext(StepExecutionContext executionContext)
-
-
-
Method Detail
-
getInitialState
MutableStateObj getInitialState(WorkflowExecutionItem item, StepExecutionContext executionContext)
-
getSharedContext
WFSharedContext getSharedContext(StepExecutionContext executionContext)
-
-