← Back to Activities Workflows

5.6.6 ActivityGroup Entity Reference

Source: app/plugins/Activities/src/Model/Entity/ActivityGroup.php

ActivityGroup is the small tenant-local category entity used to organize Activities. Its editable domain field is name; identifiers and audit fields are not part of ordinary mass assignment. The corresponding table maps to activities_activity_groups, timestamps/footprints changes, soft deletes records, and associates Activities.

Use the table for validation and association rules, entity/table policies for access, and ActivityGroupsGridColumns for collection UI. Do not put workflow behavior on the group entity; workflows operate on Activities and Authorizations.

When deleting or renaming a group, verify associated activities, grids/forms, seed/settings references, and tenant-local caches.