public interface TaskExecutionService extends RestService
| Modifier and Type | Method and Description |
|---|---|
TaskExecution |
get(String id)
Get task execution by its ID.
|
List<? extends TaskExecution> |
list()
List all task executions with details.
|
List<? extends TaskExecution> list()
TaskExecution get(String id)
id - Task execution ID.Copyright © 2019. All rights reserved.