Open the menu
    ```html

    Interactive Process Manager : Administration

    The administration of interactive processes provides a list of all processes that are either running or ready to be executed.

    In the list, it is possible to open the execution screen of a specific process by clicking on process details, or to recover a process in the "Executing step" state.

    Recovering a process forces it to return to the "Ready" state so that it can then continue being executed. This procedure aims to circumvent possible issues that might occur when a server executing a given step of a process is interrupted for any reason. In this case, the process would remain in the "Executing" state.

    Features

    • It is the administration interface

    Screens

    Administration

    Data

    default

    • Title(string)
    • Status(string)
    • Owner(string)
    • Current Step(integer)
    • Total Steps(integer)
    • Creation Date(date and time)
    • Last Update(date and time)

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it as a whole.
    ```