diff --git a/PROGRESS.md b/PROGRESS.md index 6fc07ea..536484a 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -11,7 +11,7 @@ | | | |---|---| | **Latest version** | v0.20.0 (P2.1 — embedded Flowable + TaskHandler dispatcher) | -| **Latest commit** | `feat(workflow): P2.1 — embedded Flowable + TaskHandler dispatcher + ping self-test` | +| **Latest commit** | `7bff422 feat(workflow): P2.1 — embedded Flowable + TaskHandler dispatcher + ping self-test` | | **Repo** | https://github.com/reporkey/vibe-erp | | **Modules** | 19 | | **Unit tests** | 261, all green | @@ -51,7 +51,7 @@ That target breaks down into roughly 30 work units across 8 phases. About **22 a | # | Unit | Status | |---|---|---| -| P2.1 | Embedded Flowable (BPMN 2.0) + `TaskHandler` wiring | ✅ DONE — new `platform-workflow` module; shares host Postgres; dispatcher routes service-task execution to `TaskHandlerRegistry` beans by activity id; `POST/GET /api/v1/workflow/**` endpoints; built-in `vibeerp.workflow.ping` BPMN + handler as the engine's self-test | +| P2.1 | Embedded Flowable (BPMN 2.0) + `TaskHandler` wiring | ✅ DONE — `7bff422` — new `platform-workflow` module; shares host Postgres; dispatcher routes service-task execution to `TaskHandlerRegistry` beans by activity id; `POST/GET /api/v1/workflow/**` endpoints; built-in `vibeerp.workflow.ping` BPMN + handler as the engine's self-test | | P2.2 | BPMN designer (web) | 🔜 Pending — depends on R1 | | P2.3 | User-task form rendering | 🔜 Pending |