workflows
Client.Jobs.Submit
Submit a job.
Parameters
The name of the job
The root task for the job. This task is executed first and can submit subtasks to manage the entire workflow. A job can have optionally consist of multiple root tasks.
Options for the job
Options
Set the maximum number of retries for the subtask in case it fails
The cluster to run the root task on. If not provided, the default cluster is used.
Returns
A job object.