Open the menu
    ```html

    Activity Flow : Administration

    This interface allows you to view a list of activities added from the respective service instance. Through this interface, a user with the appropriate permissions can delete any activity.

    Features

    • This is an administration interface

    Screens

    Administration

    Data

    Activity

    • Name(string) : The name of the actor who performed the activity.
    • Action(string) : The action performed in an activity.
    • Object Type(string) : Demonstrates the type of the object in the activity.
    • Creation Date(date and time) : Creation date of an activity.

    Permissions

    • Edit instance service content: Allows managing all data of this service instance with publisher permissions.

    Actions

    • Delete Activity : This action deletes one or more selected actions.
    ```