id |
String |
The Task ID. |
|
description |
String |
A human readable description of the task. |
optional |
inputs |
List<TaskParameter> |
|
optional |
outputs |
List<TaskParameter> |
|
optional |
nbWorkers |
Integer |
|
optional |
createdAt |
Long |
|
optional |
latestHeartbeat |
Long |
|
optional |
onDemand |
Boolean |
Whether or not the task is available on demand. |
optional |
defaultOnDemandExecutionContext |
String |
If the task is "on demand", this is the default on demand execution context that will ne used. |
optional |
onDemandExecutionContexts |
List<String> |
If the task is "on demand", this is the list of on demand execution contexts available for the task. |
optional |