Workflows
Cancelling a Job
How to cancel a job
The execution of a job can be cancelled by calling the cancel
method of the JobClient
instance.
If after cancelling a job you want to resume it, you can retry it to undo the cancellation.
Parameters
job
Job
The job to cancel.
Was this page helpful?