# Workflow templates

Manage workflow templates by listing, retrieving, creating, updating, or deleting them. Use the template identifier returned by the relevant action when another request needs to reference it.

## Choose a task

| Task | Description |
| --- | --- |
| [Inspect workflow template list](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-templates/list-workflow-templates.html.md) | Lists built-in and custom workflow templates visible in the current workspace. |
| [Inspect workflow template details](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-templates/get-workflow-template.html.md) | Read the complete definition of a workflow template. |
| [Add workflow template](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-templates/create-workflow-template.html.md) | Create a custom workflow template in the current workspace. |
| [Edit workflow template](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-templates/update-workflow-template.html.md) | Replaces the contents of a workflow template. |
| [Remove workflow template](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/workflow-templates/delete-workflow-template.html.md) | Delete a workflow template. |
