Workflow
Workflows are DAG-based data pipelines that run inside the tenant cluster. Users can author, schedule, monitor, and debug pipelines from the Cogrion interface.
Services Behind This Feature
| Service | Role |
|---|---|
| BFF API | Proxies requests and performs token exchange to the workflow scheduler. |
| Airflow | The pipeline orchestration engine. Manages DAG definitions, scheduling, task execution, and logs. Runs inside the tenant cluster. |
Go Deeper
- Security → Authentication and Authorization in the Cogrion UI
- Platform Developer → Deploying the Workflow Stack