diff --git a/workflows/registratie.bpmn b/workflows/registratie.bpmn
index 360297e..669a6ab 100644
--- a/workflows/registratie.bpmn
+++ b/workflows/registratie.bpmn
@@ -22,10 +22,16 @@
(BeoordelingEscaleren); the Workflow Client reassigns the still-open Beoordelen task from the
behandelaar group to teamlead (ADR-0015). The Beoordelen task stays open throughout — the timer
only changes who may claim it.
- S-13 adds diploma-eligibility routing: between OpenZaakAanmaken and Beoordelen a DMN service
+ S-13 adds diploma-eligibility routing: between the document wait and Beoordelen a DMN service
task (flowable:type="dmn") evaluates the `diploma-eligibility` decision on the diplomaOrigin
start variable; an exclusive gateway routes a foreign diploma through the CBGV-advies user task
- before Beoordelen, a domestic one straight there (ADR-0016). -->
+ before Beoordelen, a domestic one straight there (ADR-0016).
+ S-10a adds the document wait: right after the zaak is opened the process parks at a
+ WachtOpDocumenten user task with an INTERRUPTING P30D boundary timer. "Documents received"
+ (the S-10b upload, via the Workflow Client) completes the task and the process continues to the
+ diploma routing; if the 30 days lapse first the timer cancels the task and runs the
+ RegistratieVerlopen external-worker task, whose worker expires the registration to VERLOPEN,
+ ending the process as "verlopen" (ADR-0017). -->
@@ -38,7 +44,32 @@
flowable:type="external-worker"
flowable:topic="OpenZaakAanmaken"/>
-
+
+
+
+
+
+
+
+
+
+ P30D
+
+
+
+
+
+
+
+
+
+
+