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, getSkipConditionsForStep
public java.util.Set<Condition> getStartConditionsForStep(WorkflowExecutionItem item, int stepNum, boolean isFirstStep)
WorkflowStrategyProfile
item
- stepstepNum
- step numberisFirstStep
- true if it is the first step in the workflowpublic Condition conditionAfterStep(int stepNum)