Workflow jobs

Start, inspect, and control workflow jobs here, including job results, node status, and file executions. Use the job ID to query, pause, resume, cancel, or delete the relevant job.

Choose a task

Task

Description

Start workflow job

Submit a workflow execution; acceptance does not indicate job completion.

Inspect workflow jobs

Lists the workflow execution jobs that are readable by the current caller.

Inspect workflow job details

Read the current execution information of the specified workflow job.

Read the latest job status

Requests the service to read the latest execution status of the specified job.

Inspect workflow job results

Read the execution results, node status and currently available actions of a workflow job.

Inspect job-node inputs and outputs

Read the execution details of a node in the specified job, including node definition and input and output of this run.

Pause workflow job

Requests to pause the specified workflow job.

Resume workflow job

Requests the resumption of a specified workflow job.

Cancel workflow job

Request cancellation and then check the actual job state.

Remove workflow job

Delete a workflow job record.

Find jobs triggered by a file

Lists workflow execution records triggered by files, used to locate associated workflows and jobs.

Last updated on