Programmatic API for host applications to perform operational mutations on jobs and workflows.
Summary
Functions
Cancels a list of jobs, routing through the native repair flow.
Returns %{successes: [job_id], failures: [{job_id, error}]}.
Discards a list of jobs, routing through the native repair flow.
Returns %{successes: [job_id], failures: [{job_id, error}]}.
Retries a list of jobs from their current state, routing through the native repair flow.
Returns %{successes: [job_id], failures: [{job_id, error}]}.
Cancels a job, routing through the native repair flow.
Discards a job, routing through the native repair flow.
Retries a job from its current state, routing through the native repair flow.
Functions
Cancels a list of jobs, routing through the native repair flow.
Returns %{successes: [job_id], failures: [{job_id, error}]}.
Discards a list of jobs, routing through the native repair flow.
Returns %{successes: [job_id], failures: [{job_id, error}]}.
Retries a list of jobs from their current state, routing through the native repair flow.
Returns %{successes: [job_id], failures: [{job_id, error}]}.
Cancels a job, routing through the native repair flow.
Discards a job, routing through the native repair flow.
Retries a job from its current state, routing through the native repair flow.