Plan Approval Workflow

workflow
flow
By Aulay Labsv2.0.1Updated 2026-03-01

A production-ready approval workflow for Aulay Flow that routes plans through configurable approval stages. Supports role-based approvers, deadline escalation, Slack notifications, and audit logging. Drop this config into any Flow project to add structured governance to your deployment pipeline.

approval
governance
pipeline
Installation

Copy this configuration into your project:

# plan-approval.flow.yaml
name: plan-approval
trigger:
  event: plan.submitted
stages:
  - name: tech-review
    approvers: ["@tech-lead"]
    timeout: 24h
  - name: stakeholder-sign-off
    approvers: ["@product-owner"]
    timeout: 48h
on_approved:
  action: deploy

Details

Type
workflow
Platforms
flow
Version
2.0.1
Author
Aulay Labs
Install method
copy config