S-03 · Flowable up with a minimal BPMN: "Registratie ontvangen" #4

Closed
opened 2026-06-03 09:52:56 +00:00 by eho · 0 comments
Owner

Outcome: Flowable runs locally with Postgres. A single BPMN model (registratie.bpmn) deployed with one start event, one external task OpenZaakAanmaken, one end event.

Acceptance:

  • BPMN model deployed via Flowable's REST API on container start.
  • An HTTP call can start a process instance and observe it waiting on the external task.

Touches: infra/flowable/, workflows/registratie.bpmn.

Out of scope: DMN, boundary timers, second model.

Definition of Done

  • A linked Gitea issue exists (this one).
  • Failing test written and committed first.
  • Implementation makes the test pass.
  • Refactor commit follows if structure improved.
  • Conventional Commit messages referencing this issue (refs #NN).
  • All Gitea Actions CI jobs green: lint, unit, integration, mutation (ratchet), e2e, container build + push, compose-up smoke test.
  • docker compose up from a fresh clone reaches green health checks within 3 minutes.
  • Docs touched if behaviour, contracts, or operations changed.
  • ADR added in docs/architecture/ if a non-obvious decision was made.
  • Demo note appended to docs/demo-script.md if the slice is user-visible.
  • This issue closed by the merging PR (closes #NN).
**Outcome:** Flowable runs locally with Postgres. A single BPMN model (`registratie.bpmn`) deployed with one start event, one external task `OpenZaakAanmaken`, one end event. **Acceptance:** - BPMN model deployed via Flowable's REST API on container start. - An HTTP call can start a process instance and observe it waiting on the external task. **Touches:** `infra/flowable/`, `workflows/registratie.bpmn`. **Out of scope:** DMN, boundary timers, second model. ## Definition of Done - [ ] A linked Gitea issue exists (this one). - [ ] Failing test written and committed first. - [ ] Implementation makes the test pass. - [ ] Refactor commit follows if structure improved. - [ ] Conventional Commit messages referencing this issue (`refs #NN`). - [ ] All Gitea Actions CI jobs green: lint, unit, integration, mutation (ratchet), e2e, container build + push, compose-up smoke test. - [ ] `docker compose up` from a fresh clone reaches green health checks within 3 minutes. - [ ] Docs touched if behaviour, contracts, or operations changed. - [ ] ADR added in `docs/architecture/` if a non-obvious decision was made. - [ ] Demo note appended to `docs/demo-script.md` if the slice is user-visible. - [ ] This issue closed by the merging PR (`closes #NN`).
eho added this to the Iteration 1 — Walking Skeleton milestone 2026-06-03 09:52:56 +00:00
eho added the area:workflowtype:slicearea:infra labels 2026-06-03 09:52:56 +00:00
eho closed this issue 2026-06-04 07:16:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: eho/register-referentie#4