TypeScript control plane for Camunda and workflow-orchestration governance, missing approval packets, timer drift, task handoff evidence, and review-safe execution routing.
Live surface:
- BPM and orchestration launches often split approval proof, timer evidence, and escalation routing across platform, operations, and audit teams.
- Camunda-centric shops still need one operator-readable picture before a checkpoint or incident review hardens.
- This surface turns synthetic process and packet exports into lane, gap, and execution posture evidence without pretending to be a live orchestration console.
This repo demonstrates the Workflow / Enterprise Integration evidence-routing primitive for enterprise buyers: approval packets tied to missing proof, stale timers, handoff blockers, and checkpoint-safe escalation paths. A B2B buyer would care because process-governance posture often needs to surface inside operator tools without exposing unsafe workflow systems or write-heavy backends. Kinetic Gain Embedded extends this into security-first in-product analytics for review-aware and evidence-aware workflows, see kineticgain.com/embedded.
- Tier 1 now: public repo, dashboard, analyzer, and docs surface
- Tier 2 planned: paid packet templates, BPM governance starter packs, and checkpoint checklists
- Tier 3 contingent: hosted preview when product rail and billing are ready
- Tier 4 by engagement: embedded workflow-governance and evidence-routing delivery
//process-lane/governance-gaps/execution-posture/verification/docs
Structured APIs:
/api/dashboard/summary/api/process-lane/api/governance-gaps/api/execution-posture/api/verification/api/sample
git clone https://github.com/mizcausevic-dev/camunda-process-governance.git
cd camunda-process-governance
npm install
npm run verify
npm run prerender
npm run render:assetsStart the local server:
npm run devUseful routes:
CLI example:
npx camunda-process-gov fixtures/camunda-processes-clean.json --format summary| Guardrail | Posture |
|---|---|
| Data handling | Synthetic, non-customer, non-tenant-identifying process and evidence packets only. No live workflow payloads or tenant records. |
| Deploy | Static prerender → https://process.kineticgain.com/ (GitHub Pages, pages workflow) |
| SEO | robots.txt, sitemap.xml, canonical routes, and crawlable docs included |
| Theme | Dark Kinetic Gain operator shell aligned to the current public dashboard standard |
| Tests | npm run verify covers lint, typecheck, vitest coverage, build, demo, and smoke |
This is an independent operator-surface demonstration for teams working with Camunda-style orchestration platforms. It is not an official vendor site, SDK, or tenant integration.


