feat(infra): Flowable RegistratieVerlopen worker + document-wait completion (refs #102)

FlowableWorkflowClient implements IRegistratieVerlopenClient (acquire/complete the
RegistratieVerlopen jobs) and CompleteDocumentWaitAsync (complete WachtOpDocumenten,
best-effort). Wires the RegistratieVerlopenProcessor + hosted RegistratieVerlopenPump
into the domain host and excludes the pump from mutation (like the other pumps).
Fakes updated for the new IWorkflowClient member.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
not
2026-07-20 09:48:38 +02:00
co-authored by Claude Opus 4.8
parent 9421aa007a
commit 3f04cb856f
7 changed files with 118 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"reporters": ["progress", "html"],
"mutate": [
"!**/OpenZaakJobPump.cs",
"!**/BeoordelingEscalatiePump.cs"
"!**/BeoordelingEscalatiePump.cs",
"!**/RegistratieVerlopenPump.cs"
],
"thresholds": {
"high": 95,