# Workflows Workflow management operations. Workflows define automated processes for content handling and business logic. ## Create a new workflow for an account - [POST /accounts/{accountId}/workflows](https://docs.syncdocs.ai/api/sync-cloud-openapi/workflows/createworkflow.md): Creates a new workflow with specified name, description, and task DAG for the account ## List all workflows for an account - [GET /accounts/{accountId}/workflows](https://docs.syncdocs.ai/api/sync-cloud-openapi/workflows/listworkflows.md): Retrieves a list of all workflows associated with the specified account ## Get a specific workflow by ID - [GET /accounts/{accountId}/workflows/{workflowId}](https://docs.syncdocs.ai/api/sync-cloud-openapi/workflows/getworkflow.md): Retrieves detailed information about a specific workflow including its task DAG ## Update an existing workflow - [PUT /accounts/{accountId}/workflows/{workflowId}](https://docs.syncdocs.ai/api/sync-cloud-openapi/workflows/updateworkflow.md): Updates the properties of an existing workflow including name, description, and task DAG ## Delete a workflow - [DELETE /accounts/{accountId}/workflows/{workflowId}](https://docs.syncdocs.ai/api/sync-cloud-openapi/workflows/deleteworkflow.md): Permanently deletes a workflow from the account