# 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](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-jobs/start-workflow-job.html.md) | Submit a workflow execution; acceptance does not indicate job completion. |
| [Inspect workflow jobs](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-jobs/list-workflow-jobs.html.md) | Lists the workflow execution jobs that are readable by the current caller. |
| [Inspect workflow job details](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-jobs/get-workflow-job.html.md) | Read the current execution information of the specified workflow job. |
| [Read the latest job status](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-jobs/refresh-workflow-job.html.md) | Requests the service to read the latest execution status of the specified job. |
| [Inspect workflow job results](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-jobs/get-workflow-job-result.html.md) | Read the execution results, node status and currently available actions of a workflow job. |
| [Inspect job-node inputs and outputs](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-jobs/get-workflow-job-node.html.md) | Read the execution details of a node in the specified job, including node definition and input and output of this run. |
| [Pause workflow job](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-jobs/pause-workflow-job.html.md) | Requests to pause the specified workflow job. |
| [Resume workflow job](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-jobs/resume-workflow-job.html.md) | Requests the resumption of a specified workflow job. |
| [Cancel workflow job](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-jobs/cancel-workflow-job.html.md) | Request cancellation and then check the actual job state. |
| [Remove workflow job](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-jobs/delete-workflow-job.html.md) | Delete a workflow job record. |
| [Find jobs triggered by a file](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-jobs/list-file-executions.html.md) | Lists workflow execution records triggered by files, used to locate associated workflows and jobs. |
