S-05 · BIG Domain Service skeleton with the Registration aggregate #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Outcome: A .NET service exposing a single endpoint
POST /registrations. The Registration aggregate has a state machine with at minimumINGEDIEND. The service orchestrates: start a Flowable process → external task callback executes the ACLOpenZaak→ zaak URL stored on the aggregate.Acceptance:
Touches:
services/domain/,services/acl/(consumed), tests, ADR for external-task job-worker pattern.Out of scope: any other use case, documents, decisions.
Definition of Done
refs #NN).docker compose upfrom a fresh clone reaches green health checks within 3 minutes.docs/architecture/if a non-obvious decision was made.docs/demo-script.mdif the slice is user-visible.closes #NN).