Skip to main content

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

ServiceRole
BFF APIProxies requests and performs token exchange to the workflow scheduler.
AirflowThe pipeline orchestration engine. Manages DAG definitions, scheduling, task execution, and logs. Runs inside the tenant cluster.

Go Deeper