public class SequentialWorkflowStrategy extends java.lang.Object implements WorkflowStrategy
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROVIDER_NAME |
Constructor and Description |
---|
SequentialWorkflowStrategy() |
Modifier and Type | Method and Description |
---|---|
WorkflowStrategyProfile |
getProfile()
Profile for the workflow
|
int |
getThreadCount() |
void |
setup(RuleEngine ruleEngine,
StepExecutionContext context,
IWorkflow workflow)
setup rule engine
|
Validator.Report |
validate(IWorkflow workflow)
Validate configuration values in the context of the workflow
|
public int getThreadCount()
getThreadCount
in interface WorkflowStrategy
public void setup(RuleEngine ruleEngine, StepExecutionContext context, IWorkflow workflow)
WorkflowStrategy
setup
in interface WorkflowStrategy
public Validator.Report validate(IWorkflow workflow)
WorkflowStrategy
validate
in interface WorkflowStrategy
workflow
- workflow inputpublic WorkflowStrategyProfile getProfile()
WorkflowStrategy
getProfile
in interface WorkflowStrategy