Skip to main content
TealFlow enables declarative governance workflows defined in YAML. Teams define governance pipelines as composable jobs with dependencies, conditions, and org-level inheritance. Parent organizations set governance floors that child teams cannot weaken.

Installation


Quick Start


YAML Workflow Definition


Class Signature


Job Dependencies

Jobs declare dependencies and TealFlow resolves the execution graph, parallelizing independent jobs:
Execution timeline:
Circular dependencies are detected at validation time and rejected.

Org-Level Inheritance

Organizations define base workflows with floor enforcement. Child workflows can add jobs but cannot remove or weaken inherited jobs.

Floor Violation Detection


Programmatic Workflow Builder


Execution Result


Integration with TealEngine