# Workflow

Create, inspect, update, pause, resume, or delete workflows in this section. Keep the workflow ID from a create or retrieval response for subsequent control operations.

## Choose a task

| Task | Description |
| --- | --- |
| [Add workflow](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflows/create-workflow.html.md) | Save a workflow definition without automatically starting a job. |
| [Inspect workflows](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflows/list-workflows.html.md) | Lists workflows that the caller can read. |
| [Inspect workflow details](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflows/get-workflow.html.md) | Reads a workflow definition, runtime configuration, and current status. |
| [Edit workflow](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflows/update-workflow.html.md) | Changes an existing workflow definition or configuration. |
| [Pause workflow](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflows/pause-workflow.html.md) | Pauses a workflow and its currently pausable executions. |
| [Resume workflow](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflows/resume-workflow.html.md) | Resumes a paused workflow and executions paused by the workflow pause action. |
| [Remove workflow](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflows/delete-workflow.html.md) | Deletes a workflow and its versions, triggers, and execution records. |
