public class WorkflowExecutionServiceImpl extends BaseOpenStackService implements WorkflowExecutionService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
WorkflowExecutionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecution |
create(WorkflowExecution wfExec)
Create a new workflow execution.
|
ActionResponse |
delete(String identifier)
Delete workflow execution by its ID.
|
WorkflowExecution |
get(String identifier)
Get workflow execution by its ID.
|
List<? extends WorkflowExecution> |
list()
List all workflow executions with details.
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends WorkflowExecution> list()
WorkflowExecutionServicelist in interface WorkflowExecutionServicepublic WorkflowExecution create(WorkflowExecution wfExec)
WorkflowExecutionServicecreate in interface WorkflowExecutionServicewfExec - Workflow execution to create.public WorkflowExecution get(String identifier)
WorkflowExecutionServiceget in interface WorkflowExecutionServiceidentifier - Workflow execution ID.public ActionResponse delete(String identifier)
WorkflowExecutionServicedelete in interface WorkflowExecutionServiceidentifier - Workflow execution ID.Copyright © 2020. All rights reserved.