Governance inbox
Governance inbox
This workspace decision surface routes you into the existing findings, operations, alerts, and review surfaces without introducing a second workflow state.
@if (filled($scope['workspace_label'] ?? null))
Workspace: {{ $scope['workspace_label'] }}
@endif
Scope: {{ $scope['family_label'] ?? 'All attention' }}
Visible items: {{ $scope['total_count'] ?? 0 }}
@if (filled($scope['tenant_label'] ?? null))
Tenant: {{ $scope['tenant_label'] }}
@endif
@if ($this->hasTenantPrefilter())
The inbox is currently filtered to one tenant.
Clear tenant filter
@endif