MeshFlows Documentation¶
MeshFlows is a workflow orchestration and integration platform built for Kubernetes and local development.
Start Here¶
Platform Operator Path¶
Workflow Developer Path¶
Troubleshooting Path¶
Components¶
Engine¶
Backend services for execution, APIs, data transformation, storage, scheduling, and security.
Flows¶
Workflow artifacts and runtime configuration.
Quick Actions¶
Run Locally¶
cd engine
docker-compose up -d
Validate Workflow Runtime Health¶
curl http://localhost:8080/v1/status
curl http://localhost:8083/readyz
Execute a Workflow¶
curl -X POST http://localhost:8080/v1/run/demo \
-H "Content-Type: application/json" \
-d '{"xml":"<root/>"}'
Documentation Map¶
- Engine How-to: deployment, secrets, and operations.
- Engine Reference: architecture, APIs, observability, security.
- Flows How-to: authoring, scheduling, deployment, testing.
- Flows Reference: YAML schema, step types, context, policies.
Support¶
- Issues: Forgejo Issues
- Contributions: documentation and workflow examples are welcome.
Last updated: April 2026