| Package | Description |
|---|---|
| org.openstack4j.api.workflow | |
| org.openstack4j.model.workflow.builder | |
| org.openstack4j.openstack.workflow.domain | |
| org.openstack4j.openstack.workflow.internal |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecution |
WorkflowExecutionService.create(WorkflowExecution wfExec)
Create a new workflow execution.
|
WorkflowExecution |
WorkflowExecutionService.get(String id)
Get workflow execution by its ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends WorkflowExecution> |
WorkflowExecutionService.list()
List all workflow executions with details.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecution |
WorkflowExecutionService.create(WorkflowExecution wfExec)
Create a new workflow execution.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkflowExecutionBuilder<T extends WorkflowExecutionBuilder<T,M>,M extends WorkflowExecution>
Builder for a
WorkflowExecution model class |
| Modifier and Type | Class and Description |
|---|---|
class |
MistralWorkflowExecution
Mistral workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecution |
WorkflowExecutionServiceImpl.create(WorkflowExecution wfExec) |
WorkflowExecution |
WorkflowExecutionServiceImpl.get(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends WorkflowExecution> |
WorkflowExecutionServiceImpl.list() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecution |
WorkflowExecutionServiceImpl.create(WorkflowExecution wfExec) |
Copyright © 2020. All rights reserved.