# language: en # Drives S-05 (#6). A zorgprofessional submits a registration; the Domain Service starts the # registratie process and, via the external-task worker, opens a zaak through the ACL and records # it on the aggregate (ADR-0009). This scenario exercises the use cases against in-memory stand-ins # for the Workflow Client and the ACL; real Flowable + ACL + OpenZaak delivery is verified by the # live-stack check (verify-domain). Feature: Een registratie indienen Als zorgprofessional wil ik mijn registratie indienen zodat er een registratieproces start en een zaak wordt geopend. Scenario: Indienen start het registratieproces en opent een zaak Given a zorgprofessional submits a registration for BSN "123456782" When the domain service handles the submission Then a registratie process is started for the registration And the registration has status "INGEDIEND" When the OpenZaakAanmaken external task is handled for the registration Then a zaak is opened via the ACL for BSN "123456782" And the zaak is recorded on the registration