Docs
Workflow Catalog

Workflow Catalog

Canonical Cascades workflow templates for orchestration, proof records, billing events, and operational automation.

Generated from the original Cascades workflow catalog on 2026-04-07.

Available workflows

Workflow IDNameTask CountDescription
wf-data-pipelineData Processing Pipeline6Extract, transform, and load data with analysis.
wf-content-genContent Generation Pipeline6Research, write, and publish content with quality checks.
wf-ml-trainingML Training Pipeline7Train and evaluate machine learning models.
wf-doc-analysisDocument Analysis4OCR, classify, and extract entities from documents.
wf-daily-etlDaily ETL4Simple ETL workflow for daily data synchronization.
wf-incident-triage-proofIncident Triage + Proof7Ingest incident signal, classify severity, route response, and produce verifiable execution proof.
wf-deployment-monitorDeployment Monitor9Webhook → normalize deployment status → Slack on success or GitHub issue on failure (integration-gated).
wf-change-control-proofChange Control + Proof6Assess release risk, enforce approvals, and produce immutable execution evidence for audits.
wf-ai-output-verification-proofAI Output Verification + Proof6Generate AI output, run governance checks, route review, and anchor verifiable completion.
wf-access-review-proofAccess Review Workflow5Pull IAM roles, detect stale/high-risk access, route approval, and create immutable proof.
wf-policy-exception-proofPolicy Exception Workflow6Intake exception requests, run policy checks, route legal/security approval chain, and anchor proof.
wf-threat-intel-enrichmentThreat Intel Enrichment5Enrich IOC feeds, score confidence, and update blocklists with auditable trail.
wf-vuln-remediation-orchestratorVuln Remediation Orchestrator5Process scan findings, create tickets, assign owners, and verify fix evidence.
wf-dataset-lineage-proofDataset Lineage Workflow5Track source/version/transform hashes, route approvals, and produce immutable lineage evidence.
wf-hitl-release-proofHuman-in-the-loop Release4Generate content/code artifact, run factuality checks, legal review, and publish with proof.
wf-subscription-entitlementSubscription Entitlement Workflow5React to payment events and update customer proof feature entitlement.
wf-usage-meteringUsage Metering Workflow5Track runs/proofs per tenant, enforce thresholds, and trigger upsell notices.
wf-billing-reconciliationBilling Reconciliation5Compare Stripe charges with usage records and escalate anomalies to finance.
wf-kyc-vendor-onboardingKYC / Vendor Onboarding5Run vendor intake checks, approval ladder, and immutable decision trail.
wf-contract-lifecycleContract Lifecycle4Analyze contract draft, extract clause risks, run reviews, and checkpoint signatures.
wf-support-escalation-proofSupport Escalation6Classify support ticket, route specialist escalation, enforce SLA checks, and close with proof.
wf-campaign-builderCampaign Builder5Assemble campaign assets from market intel through QA to scheduled publishing.
wf-brand-legal-guardrail-reviewBrand/Legal Guardrail Review4Validate generated assets against brand and legal guardrails before release.
wf-post-launch-analyzerPost-Launch Analyzer4Analyze post-launch performance metrics and generate next action plan.

How to run

Use a workflow definition payload with a run endpoint such as POST /api/workflow/run in legacy deployments or the v2 execution-plan API while the new runner is being implemented.

Template definitions from the original src/templates.ts remain the canonical source for workflow examples until database-backed workflow CRUD is enabled.

Start with these templates when the run must produce audit evidence:

  1. wf-incident-triage-proof
  2. wf-deployment-monitor
  3. wf-change-control-proof
  4. wf-ai-output-verification-proof
  5. wf-access-review-proof
  6. wf-dataset-lineage-proof
CommunityReport issue / Discuss(tags: Cascades, workflows)