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: deployRelated
Data Pipeline Workflow
workflow
flow
ETL data pipeline with validation and monitoring
etl
data
pipeline
Communityv1.2.1
Code Review Assistant
workflow
flow
studio
AI-assisted code review workflow for PRs
code-review
ai
security
Aulay Labsv2.1.0
Daily Standup Summary
workflow
flow
Auto-generate standup summaries from team activity
standup
summary
slack
Communityv1.0.4
Email Triage Bot
workflow
flow
AI-powered email classification and routing workflow
email
triage
ai
Aulay Labsv1.1.0