Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Zigflow

Declarative YAML workflows on Temporal. No SDK boilerplate.

Zigflow is an opinionated, open-source orchestration layer on top of Temporal. Define workflows as YAML, aligned with the CNCF Serverless Workflow specification, then run them with native Temporal reliability.

If you want reliable orchestration with less code and more guardrails, you're in the right place.

Start here

What you get

  • Declarative workflows that compile to fully featured Temporal workflows
  • Validation before execution
  • Native retries and durability via Temporal
  • Multi-language activities (use any Temporal SDK)
  • Kubernetes-friendly deployment (Helm chart in the core repo)
  • Low-code and visual-ready foundations for workflow builders

Quick taste

Install from the latest release and run the hello world example:

zigflow run -f ./workflow.yaml

If Zigflow looks useful, give the core project a ⭐ to help others discover it.