public class CompositeExecutionFactory extends 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. |
Class<CompositeConfig> |
getWorkflowConfigClass() |
public Class<CompositeConfig> getWorkflowConfigClass()
getWorkflowConfigClass
in interface WorkflowExecutionFactory<CompositeConfig>
public WorkflowExecution create(CompositeConfig config)
WorkflowExecutionFactory
WorkflowExecution
based on the workflow configuration.create
in interface WorkflowExecutionFactory<CompositeConfig>
config
- the workflow configurationWorkflowExecution
Copyright © 2023. All Rights Reserved.