Cordum documentation.
Run Cordum locally, understand the control plane architecture, and ship workflows with policy enforcement. Source access is required to run locally. Request access.
After you receive source access, clone the repo and start the platform with Docker Compose.
Run the platform smoke script to verify.
Open the dashboard at http://localhost:8082.
git clone https://github.com/cordum/platform cd platform docker compose up -d ./tools/scripts/platform_smoke.sh
A single unit of work dispatched to a worker via NATS.
A DAG of steps that produces a run timeline.
A workflow execution with state, approvals, and results.
Policy decision point that evaluates every job.
Human gate bound to a policy snapshot and job hash.
Installable overlays for workflows, schemas, and policy.
Run Cordum locally with Docker Compose.
Operate runs, approvals, and policy bundles.
Understand the control plane and bus.
Policy decisions, constraints, and approvals.
Define runs, steps, retries, and approvals.
Install workflows, schemas, and policy overlays.
Metrics, config, and reset procedures.