public interface WorkflowExecutionService extends RestService
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecution |
create(WorkflowExecution wfExec)
Create a new workflow execution.
|
ActionResponse |
delete(String id)
Delete workflow execution by its ID.
|
WorkflowExecution |
get(String id)
Get workflow execution by its ID.
|
List<? extends WorkflowExecution> |
list()
List all workflow executions with details.
|
List<? extends WorkflowExecution> list()
WorkflowExecution create(WorkflowExecution wfExec)
wfExec - Workflow execution to create.WorkflowExecution get(String id)
id - Workflow execution ID.ActionResponse delete(String id)
id - Workflow execution ID.Copyright © 2020. All rights reserved.