Commit 4f0e8bc9853d53e2a11eb5e20a5e4b6d873b7e2a
1 parent
7bff4221
docs(progress): pin P2.1 embedded Flowable commit ref
Showing
1 changed file
with
2 additions
and
2 deletions
PROGRESS.md
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | | | | |
| 12 | 12 | |---|---| |
| 13 | 13 | | **Latest version** | v0.20.0 (P2.1 — embedded Flowable + TaskHandler dispatcher) | |
| 14 | -| **Latest commit** | `feat(workflow): P2.1 — embedded Flowable + TaskHandler dispatcher + ping self-test` | | |
| 14 | +| **Latest commit** | `7bff422 feat(workflow): P2.1 — embedded Flowable + TaskHandler dispatcher + ping self-test` | | |
| 15 | 15 | | **Repo** | https://github.com/reporkey/vibe-erp | |
| 16 | 16 | | **Modules** | 19 | |
| 17 | 17 | | **Unit tests** | 261, all green | |
| ... | ... | @@ -51,7 +51,7 @@ That target breaks down into roughly 30 work units across 8 phases. About **22 a |
| 51 | 51 | |
| 52 | 52 | | # | Unit | Status | |
| 53 | 53 | |---|---|---| |
| 54 | -| 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 | | |
| 54 | +| 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 | | |
| 55 | 55 | | P2.2 | BPMN designer (web) | 🔜 Pending — depends on R1 | |
| 56 | 56 | | P2.3 | User-task form rendering | 🔜 Pending | |
| 57 | 57 | ... | ... |