public interface WorkflowStrategy
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
|
int getThreadCount()
void setup(RuleEngine ruleEngine, StepExecutionContext context, IWorkflow workflow)
ruleEngine
- Validator.Report validate(IWorkflow workflow)
workflow
- workflow inputWorkflowStrategyProfile getProfile()