T
- The workflow configuration class this workflow execution factory corresponds topublic interface WorkflowExecutionFactory<T extends WorkflowConfig>
Modifier and Type | Method and Description |
---|---|
WorkflowExecution |
create(T config)
Creates a new
WorkflowExecution based on the workflow configuration. |
Class<T> |
getWorkflowConfigClass() |
Class<T> getWorkflowConfigClass()
WorkflowExecution create(T config)
WorkflowExecution
based on the workflow configuration.config
- the workflow configurationWorkflowExecution
Copyright © 2023. All Rights Reserved.