Open the menu
    ```html

    Execution Queue Manager: View Execution Queue

    Features

    • It is an administration interface

    Screens

    View Execution Queue

    Data

    queueExecution

    • Process ID(string)
    • Title(string)
    • Status(string)
    • Queued at(date and time)
    • Scheduled at(date and time)
    • Start(date and time)
    • End(date and time)

    statistics

    • Total(integer)
    • Scheduled(integer)
    • Queued(integer)
    • Processing(integer)
    • Error(integer)

    Permissions

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

    Actions

    • Reprocess
    • delete
    ```