Nintex Assistant Attended Automation

Nintex Assistant is a lightweight client installed on a user's machine that's connected to the Nintex RPA Server. It is an Attended Automation which is similar to a virtual assistant, requiring human intervention. It remains silent and disabled until it is triggered by a user, or a predefined action.

When installing the Nintex RPA Server, you can select which automation you want during Deployment type setup.

If Express install with default parameters was selected for the Nintex RPA Server installation, the robot will be an Unattended Automation by default.

Configuration of the Nintex Assistant

If you selected Unattended Automation during deployment, or if you just want to switch the automation, this can easily be done through the configuration files.

To enable the Nintex Assistant/Attended Robot mode:

  1. Find the Config file in C:\Program Files\Nintex RPA Robot\<version>\Config.

  2. Open appSettings.config in a text editor.

  3. Find the line that reads: <add key="RunAutomationEnabled" value="True" />, and change the value to False

    • The line should now read: <add key="RunAutomationEnabled" value="False" />

  4. Save the changes.

    The robot now opens as Nintex Assistant.