public class SequentialStrategyProfile extends EngineWorkflowExecutor.BaseProfile
| Constructor and Description |
|---|
SequentialStrategyProfile() |
| Modifier and Type | Method and Description |
|---|---|
Condition |
conditionAfterStep(int stepNum) |
java.util.Set<Condition> |
getStartConditionsForStep(WorkflowExecutionItem item,
int stepNum,
boolean isFirstStep)
Get the condition set to trigger the step to start
|
getInitialStateForStep, getSkipConditionsForSteppublic java.util.Set<Condition> getStartConditionsForStep(WorkflowExecutionItem item, int stepNum, boolean isFirstStep)
WorkflowStrategyProfileitem - stepstepNum - step numberisFirstStep - true if it is the first step in the workflowpublic Condition conditionAfterStep(int stepNum)