Open the menu
    ```html

    Activity Flow: Filters

    Each instance of the Notifications interface can have its own filter settings for the activities to be displayed. These settings can be accessed by right-clicking on the interface instance, selecting “Filters”.

    Features

    • It is an administration interface

    Screens

    Filters
    • Activity Filters
      • Minimum priority (double, required field) : Decimal number between zero and one, defining the minimum priority value of an activity for it to be displayed by the interface.
      • Maximum age of notifications to be displayed (In days) (integer, required field) : Integer number representing the maximum number of days between the moment the interface is accessed and the creation date of the activities to determine which activities will be shown.
      • Scopes (string) : List of scopes to which an activity must belong for it to be displayed in the activity list of the interface. By default, activities are generated with two possible scopes:
        lum_objectEndUser
        Activities generated for the end users of the solution.
        lum_objectAdmin
        Activities generated for the administrators of the portal and content publishers.
        lum_portalAdmin
        Activities generated for the portal administrators as a whole, this scope is more aimed at users managing the portal infrastructure.

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it entirely.

    Actions

    • Submit filter changes : Applies the changes made, these will only affect the previously selected interface instance.
    ```