tenant-handover
Try-before-signup ownership handover: claims the rows of a declared-transferable entity graph (root plus its parentRef-linked children) from an anonymous/public tenant into the caller’s own tenant, legitimized by a row-bound grant the anonymous flow minted. Idempotent, audited via a <entityType>.tenantHandover domain event.
How it fits
Section titled “How it fits”The write commands this feature provides (Provides).
flowchart TB
n_tenant_handover["tenant-handover"]
subgraph how_provides["Provides"]
n_cmd_tenant_handover_write_claim(["claim"])
end
n_tenant_handover --> n_cmd_tenant_handover_write_claim
Provides — write commands this feature registers (dispatch them through the command bus):
Dependencies
Section titled “Dependencies”- Requires: none
- Activation: always on (not toggleable)