taskId |
String |
The ID of the task to create a job for. |
|
flowId |
String |
A flow is a graph of jobs, connected or not. This field gives the identifier of the flow this job should take part into. It is optional. |
optional |
description |
String |
a free text description of the created job. |
optional |
flowParents |
List<JobRelation> |
|
|
inputs |
List<JobParameter> |
Input parameters of the job. |
|
onDemand |
Boolean |
Whether or not the job should be executed with on demand worker (optional) |
optional |
onDemandExecutionContextName |
String |
If the task is "on demand", this is the name of the on demand execution context to use for the task. |
optional |