public class CompositeExecutionFactory extends java.lang.Object implements WorkflowExecutionFactory<CompositeConfig>
CompositeExecution from CompositeConfig.| Constructor and Description |
|---|
CompositeExecutionFactory() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecution |
create(CompositeConfig config)
Creates a new
WorkflowExecution based on the workflow configuration. |
java.lang.Class<CompositeConfig> |
getWorkflowConfigClass() |
public java.lang.Class<CompositeConfig> getWorkflowConfigClass()
getWorkflowConfigClass in interface WorkflowExecutionFactory<CompositeConfig>public WorkflowExecution create(CompositeConfig config)
WorkflowExecutionFactoryWorkflowExecution based on the workflow configuration.create in interface WorkflowExecutionFactory<CompositeConfig>config - the workflow configurationWorkflowExecutionCopyright © 2022. All Rights Reserved.