feat(security): complete capability messaging workflows

This commit is contained in:
2026-07-29 11:21:15 +08:00
parent df88fa19cb
commit 5c4de4b282
35 changed files with 19544 additions and 89 deletions

View File

@@ -14,7 +14,8 @@ public sealed record SystemScopeRequest(
SystemScopeCallerType CallerType,
string Caller,
string Reason,
string CorrelationId);
string CorrelationId,
bool IsGlobal = false);
public interface ITenantExecutionScope
{