* Introduce `TenantDeleted` event to handle tenant cleanup Added a `TenantDeleted` event to differentiate between tenant deactivation and deletion. Updated event handlers and services to support unregistering resources only during tenant deletion, ensuring clearer separation of responsibilities. Included ADR documentation for the new event. * Remove unnecessary blank line in tenant deactivation logic
7 lines
482 B
Markdown
7 lines
482 B
Markdown
# Architecture Decision Records
|
|
|
|
* [1. Record architecture decisions](0001-record-architecture-decisions.md)
|
|
* [2. Fault Propagation from Child to Parent Activities](0002-fault-propagation-from-child-to-parent-activities.md)
|
|
* [3. Direct Bookmark Management in WorkflowExecutionContext](0003-direct-bookmark-management-in-workflowexecutioncontext.md)
|
|
* [4. Activity Execution Snapshots](0004-activity-execution-snapshots.md)
|
|
* [5. Tenant Deleted Event](0005-tenant-deleted-event.md) |