| Modifier and Type | Method and Description |
|---|---|
WorkflowEnvironment |
WorkflowEnvironmentService.create(WorkflowEnvironment workflowEnvironment)
Create a new workflow environment.
|
WorkflowEnvironment |
WorkflowEnvironmentService.get(String id)
Get workflow environment by its ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends WorkflowEnvironment> |
WorkflowEnvironmentService.list()
List all workflow environments with details.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowEnvironment |
WorkflowEnvironmentService.create(WorkflowEnvironment workflowEnvironment)
Create a new workflow environment.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkflowEnvironmentBuilder<T extends WorkflowEnvironmentBuilder<T,M>,M extends WorkflowEnvironment>
Builder for a
WorkflowEnvironment model class |
| Modifier and Type | Class and Description |
|---|---|
class |
MistralWorkflowEnvironment
Mistral workflow environment.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowEnvironment |
WorkflowEnvironmentServiceImpl.create(WorkflowEnvironment env) |
WorkflowEnvironment |
WorkflowEnvironmentServiceImpl.get(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends WorkflowEnvironment> |
WorkflowEnvironmentServiceImpl.list() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowEnvironment |
WorkflowEnvironmentServiceImpl.create(WorkflowEnvironment env) |
Copyright © 2019. All rights reserved.