public interface ActionExecutionService extends RestService
| Modifier and Type | Method and Description |
|---|---|
ActionExecution |
create(ActionExecution actionExecution)
Create a new action execution.
|
ActionResponse |
delete(String id)
Delete action execution by its ID.
|
ActionExecution |
get(String id)
Get action execution by its ID.
|
List<? extends ActionExecution> |
list()
List all action executions with details.
|
List<? extends ActionExecution> list()
ActionExecution create(ActionExecution actionExecution)
actionExecution - Action execution to create.ActionExecution get(String id)
id - Action execution ID.ActionResponse delete(String id)
id - Action execution ID.Copyright © 2019. All rights reserved.