id |
String |
The ID of the Job; read only. |
|
taskId |
String |
The ID of the underlying task. |
|
createdAt |
Long |
The creation date time of this job. |
|
flowId |
String |
A flow is a graph of jobs, connected or not. This field gives the identifier of the flow this job takes part into. It is optional. |
optional |
description |
String |
a free text description of the created job. |
optional |
inputs |
Map<String, String> |
Input data, passed as references to a bucketId. |
|
outputs |
Map<String, String> |
Output data, passed as references to a bucketId. |
optional |
statusEvents |
List<JobStatusEvent> |
|
optional |
status |
JobExecutionStatusEnum |
|
optional |
creator |
String |
The job creator. |
optional |