# Orchestrate processings with Workflow

## ✅ Compatible data operations

All data operations can be triggered with a Workflow data operation.

## ⚙️ How it works

After you've deployed the data operation of your choice, you can deploy a Workflow data operation to determine how to trigger it.

Some data operations can also be launched through events or scheduling, so the Workflow data operation is optional.

## **📋 How to deploy a Workflow data operation**

A Workflow data operation is never deployed alone, as it is only used to trigger another data operation. To know how to deploy one, refer to the documentation associated to the data operation you want to trigger. To learn about the Workflow configuration file parameters, refer to [this page](https://docs.tailer.ai/data-pipeline-operations/orchestrate-processings-with-workflow/workflow-configuration-file).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tailer.ai/data-pipeline-operations/orchestrate-processings-with-workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
