Student Group Membership Has Changed

Event: StudentGroupMembershipHasChanged

Topic: anth-....-stu-sbt-01

The StudentGroupMembershipHasChanged business event is raised in every place within the Anthology Student application where a saved unit of work includes a change to a student's group membership. This includes adding a student to a group, removing a student from a group, refreshing the group membership via a query, and all other areas within Anthology Student where the membership of a student group can be impacted (such as groups functionality from within reports). The event is raised all group types (Manual, Static, Frozen, and Dynamic)and for create, update, and delete actions of a student group.

The StudentGroupMembershipHasChanged event will be raised for :

  • All group types (Manual, Static, Frozen, and Dynamic)
  • Create, update, and delete actions on a student group

When the event is triggered, the following properties are pushed to the Azure Service Bus:

  • Group Name
  • Group Type
  • Hold Group
  • Expiration Date
  • Owner
  • Active
  • Group Visibility
  • Hold Action

The event message is populated with the applicable data. The message includes properties that are commonly needed for all business events raised as well as properties that are specific to the context of the business event being raised. For these specific business events, the previous and new values of the group membership are included in the message. Other properties may be included as well.

Note: The event will not be triggered by acknowledgements.

AS-Reach AckConfirm