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 WorkflowStrategypublic void setup(RuleEngine ruleEngine, StepExecutionContext context, IWorkflow workflow)
WorkflowStrategysetup in interface WorkflowStrategypublic Validator.Report validate(IWorkflow workflow)
WorkflowStrategyvalidate in interface WorkflowStrategyworkflow - workflow inputpublic WorkflowStrategyProfile getProfile()
WorkflowStrategygetProfile in interface WorkflowStrategy