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. |
java.lang.Class<T> |
getWorkflowConfigClass() |
java.lang.Class<T> getWorkflowConfigClass()
WorkflowExecution create(T config)
WorkflowExecution based on the workflow configuration.config - the workflow configurationWorkflowExecutionCopyright © 2022. All Rights Reserved.