The capabilities described on this page are included in Appian's standard capability tier. Usage limits may apply. |
Required role: Administrator
Many different people support the development and management of robotic tasks. The Users tab in the Appian RPA console is where administrators can view user information and manage permissions. Administrators responsible for controlling access and privileges should understand how roles impact an individual's access to capabilities within the Appian RPA console.
Your permissions within the Appian RPA console are determined by your role in Appian. If you're an Appian Administrator, you'll have administrator privileges in the Appian RPA console. Similarly, if you're an Appian Developer, you'll have a developer role in the console.
A user account is created the first time a user accesses the Appian RPA console. Appian shares user's account information such as username and password with Appian RPA. When you log in or out of Appian RPA, you're also logged in or out of Appian. The same applies to changing user information or deactivating users in Appian.
On the Users tab, you'll see a read-only list of all users with access to the Appian RPA console. You can't make any changes to user accounts (such as usernames and passwords) within the console. Instead, you'll need to edit user accounts within the Appian Admin console or Appian Designer.
A user's role determines what they can see and do in the Appian RPA console. The three roles include:
Tip: A user's system group membership determines their role in Appian RPA. See Role Mapping for more information.
A user's Appian system group membership determines their role in Appian RPA. Administrators can change a user's role by changing group membership in Appian.
Appian system group | Appian RPA role |
---|---|
Designer | Developer (ROLE_DEVELOPER) |
RPA Operations Managers | Operations Manager (ROLE_USER) |
Appian users whose profiles are set to System Administrator are granted administrator rights in Appian RPA.
The Appian RPA console has multiple tabs where users can view or interact with robotic tasks, robots, and executions. As automation grows to be an integrated part of your business, you'll need to consider who will fill the critical roles with access to Appian RPA. Use the table below to determine which role fits best for common use cases. Check out specific permissions for a deeper dive into each role's abilities.
Responsibilities | Ideal role |
---|---|
Investigate why a robotic task execution failed | Operations manager |
Execute a configured robotic task | Operations manager |
View results of a robotic task execution | Operations manager |
Schedule robotic tasks | Operations manager |
Load work items into queues | Operations manager |
Build robotic tasks | Developer |
Assign permission tags to robotic tasks and robots | Developer |
Assign permission tags to robotic tasks, robots, and users | Administrator |
Enable or disable a user's access to Appian RPA | Administrator |
Add a new robot and install the agent | Administrator |
Change or add a code repository associated with the console | Administrator |
Enable or disable all robotic tasks in the console | Administrator |
Tip: As you grant people access to the Appian RPA console, security is important to consider. Administrators can add or remove permissions for multiple users at once.
This table provides a high-level reference for who can see and do what on each tab. Permissions-based means that role can only see items for which they have permissions. For example, a developer who navigates to the Robots tab can only see the robots that have the same permissions as them. Learn more about permissions in Appian RPA.
Operations Manager | Developer | Administrator | |
---|---|---|---|
Operations Console | Visibility: Permissions-based Available actions: Access the Operations Console; View the Robot Management page; Execute robotic tasks on a robot; Use remote viewer to monitor robot usage in real time |
Visibility: Permissions-based Available actions: Edit and rename robots; grant permissions to a robot; download and install agents |
Visibility: Full Available actions: Same as Operations Manager and Developer, plus remove robots. No permissions needed. |
Users Tab | Visibility: None | Visibility: None | Visibility: Full Available actions: View list of users and grant permissions |
Robotic tasks | Visibility: Permissions-based Available actions: Execute robotic tasks with screenshot capture, step-by-step execution details, deferred execution, and enable video recording; manage credentials; monitor executions, including viewing workflows, screenshots, and exceptions; view removed robotic tasks |
Visibility: Permissions-based Available actions: Same as Operations Manager, plus configure robotic tasks; grant permissions; create a robotic task; launch Documenter; view, create, edit, and delete libraries and credentials; upload robotic task configurations; access support files; download Configurator |
Visibility: Full Available actions: Same actions as Developer, plus enable/disable all robotic tasks; view, create, edit, and delete repositories; no permissions needed |
Robots | Visibility: Permissions-based Available actions: Schedule executions and reports; Use remote viewer to monitor robot usage in real time |
Visibility: Permissions-based Available actions: Edit and rename robots; grant permissions to a robot; download and install agents |
Visibility: Full Available actions: Same as Operations Manager and Developer, plus remove robots. No permissions needed. |
Schedule Tab | Visibility: Permissions-based Available actions: Create, edit, and view scheduled executions; download reports |
Visibility: Permissions-based Available actions: Same as Operations Manager |
Visibility: Full Available actions: Same as Operations Manager; no permissions needed |
Monitoring Tab | Visibility: Permissions-based Available actions: Create, edit, and remove actions; create and manage queues and queue items |
Visibility: Permissions-based Available actions: View list of events; view list of queues; execute associated robotic tasks; manage permissions; remove queues; and download result files. |
Visibility: Full Available actions: Same as Developer; no permissions needed |
Settings Tab | Visibility: None | Visibility: None | Visibility: Full Available actions: Manage configuration, maintenance, and session details |
Statistics Tab | Visibility: Permissions-based Available actions: Search for and view details regarding executions, work item results, and queues |
Visibility: Permissions-based Available actions: Same as Operations Manager |
Visibility: Full Available actions: Same as Operations Manager; no permissions needed |
The HTTP connected system objects use a service account to authenticate using an API key. When using a hybrid configuration, Appian RPA calls back to Appian to look up the username for that API key in order to authenticate the request. We suggest establishing the connection early in your development process.
The Appian Services module can be used in robotic tasks to query info about Appian design objects and execute them. The actions execute via internal servlets using authorization tokens that aren't exposed. The module also communicates the username of the person executing the robotic task back to Appian. When the robotic task is in design, the username sent to Appian is that of the user who's currently logged into Appian RPA. When the robotic task is executed, Appian RPA sends the username of the person who initiated the task.
The username varies based on how the robotic task was started.
Appian RPA robots, queues, and credentials are secured using permission tags. This is a different security mechanism than you'll use for design objects.
Learn more about securing robotic tasks and other design objects.
User Settings