This content applies solely to Appian RPA, which must be purchased separately from the Appian base platform. |
A digital worker needs a workspace, just like a human worker does. The resource is the environment in which the digital worker completes the robotic process. A resource can be on a physical machine, such as a separate computer, or a virtual machine on a cloud server. More specifically, the resource is the OS user that's logged in at the time of the robotic process execution.
To start an execution, the resource needs certain data or information from the server. The resource communicates with the server through an agent, which is a file you install on the resource. Agents are required to be up and running for robotic processes to execute properly and communicate the results back to the console.
This page describes the Resources tab in the Appian RPA console, which you'll use to setup and monitor resources.
Required role: Administrator
Create a resource for each physical or virtual machine (VM) that will run robotic processes. Every resource has a corresponding agent, which can only be used on one machine.
Multiple resources can map to the same machine. For example, if you connect your personal computer to both your development and staging environments for testing purposes, you will create two resources.
Avoid trying to run multiple robotic processes on the same machine at the same time because they will likely conflict with each other.
When running your robotic processes in a production environment, we recommend using a dedicated machine, whether that be a provisioned virtual machine (VM) or physical machine, as the resource.
To add a resource:
To execute a robotic process on a new resource, remember to install the agent. The agent is also required to communicate other information between Appian and the resource, such as the resource's status.
Be sure to add the resources to your Appian environment's firewall allow list, if applicable. The robotic process may not be able to execute successfully if the firewall blocks communication between the agent, resource, and server.
You can use a VM as a resource to run robotic processes. By default, VMs may timeout and become unavailable after a period of inactivity. To ensure the resource remains available, you may want to complete additional configuration when creating a VM resource.
Microsoft Remote Desktop users can configure the following to prevent VM resources from timing out:
Additionally, ensure that the agent you have downloaded on the resource has administrator privileges to allow them to unblock sessions as needed.
Required role: Any
The List of resources contains all resources available to you. Click a resource to view its details.
The resources are listed in alphabetical order in a grid with the following information:
For each resource in the list, you'll see a status to indicate what the resource is currently doing.
Status | Description |
---|---|
Online | Resource is online and ready to run a robotic process. |
Standby | Resource is ready to run a robotic process. |
Running | Resource is online and busy running a robotic process. |
Recording | Resource is online and busy recording interactions. |
Offline | Resource is offline and can't run a robotic process. Run the robotic process on your local host machine or allow Appian to sign in to the resource automatically. |
Disabled | This resource has been disabled, so it can't run robotic processes. Enable the resource to run a robotic process. |
Concurrence | The resource is using an agent that's been installed and launched in more than one place. Disconnect one agent and allow Appian to sign in to the resource automatically. |
Blocked Keys | There is an issue with the keys on the resource. A robotic process can run, but may produce unexpected results. To fix the issue, run a robotic process to release the keys, or restart the user session. |
Outdated | The agent is updating or failed to update. Check back soon. If still outdated, manually reinstall and launch the agent. |
You can perform several actions from the list of resources. Available actions depend on the resource's connectivity and status.
Additional actions are available from the Resource details page.
Icon | Description |
---|---|
![]() |
Disables a resource |
![]() |
Enables a resource |
![]() |
Removes the user session currently associated with the resource. This action is useful when the user session doesn't exist anymore, but the console hasn't refreshed. |
![]() |
Allows you to assign permissions to the resource. |
Required role: Developer or Administrator
RPA components rely on shared permissions for security. Users, robotic processes, and resources must have tags in common to see and interact with each other. To assign or edit permissions for a resource, see Assign or Edit Permissions.
Looking to edit permissions for multiple resources? Save time by modifying resource permissions in bulk.
Required role: Any
On the Resource detail page, you can find:
Different actions are available in the toolbar of the Resource details page, depending on the resource's status.
Icon | Action | Description |
---|---|---|
![]() |
Download the agent | Downloads the agent file associated with this resource. |
![]() |
Launch the remote-control screen | Available only for Online resources. |
![]() |
Disable the agent's local plugins | Available only if the agent contains enabled plugins. |
![]() |
Enable the agent's local plugins | Available only if the agent contains disabled plugins. |
![]() |
Lock input from the resource's keyboard and mouse | Available only for Online resources. The agent must be installed on the resource using an administrator profile. |
![]() |
Unlock input from the resource's keyboard and mouse | Available only for Online resources. The agent must be installed on the resource using an administrator profile. |
![]() |
Send an agent for remote debugging | A new agent is downloaded on the resource, specifically designed for debugging remotely when you cannot debug directly on the port involved. |
![]() |
Execute the agent for remote debugging | Launch the agent to begin remote debugging. |
![]() |
Stop the agent from remotely debugging | Only on the resource under remote debugging. |
![]() |
Execute the agent for remote debugging (JJDWP) | This debugging is less common and requires its own execution setup. If you select this action, Appian will ask you for the IP, port and timeout for the connection. |
![]() |
Stop the agent from remotely debugging (JJDWP) | Unlike the non-JJDWP version, this debugging must be stopped from the console, and not from the resource being debugged. |
![]() |
Restart the agent | Restarting the agent can prevent, among other things, low memory problems in the resource where it is running. |
![]() |
Permanently remove the resource from the console | This action cannot be undone. Available for administrator roles only. |
Before a robotic process starts, it may need to access your resource and start a user session if one isn't already active. On top of that, your business may restrict the privileges available to this user session.
You can configure your resource to allow Appian to automatically sign into a virtual machine as any designated user (basic or administrator) in order to start a robotic process execution. This means that you won't need to keep user sessions active on virtual machines in case a robotic process execution needs to start. Instead, Appian can start a session as needed on resources with Standby status. Appian can also automatically sign out of the resource if there are no more robotic processes to run after the last execution. Configure this option to build more flexibility into your unattended robotic processes.
Appian can only sign in to Windows resources with this configuration enabled.
You can find these configuration options on the Resource detail page in the RPA console:
In order for the automatic sign-in service to work as expected, several pre-requisite steps must first be completed. These configuration steps and installation will require administrator privileges. Once the service is installed, a robotic process can be executed using a non-admin user account.
For the service to work as expected, the resource must use a Windows 64-bit OS (x64-based) and the user account Appian uses to sign in should be configured in the following ways:
To add the user account, go to Computer Management > Local Users and Groups > Groups > Remote Desktop Users
.
Local Security Policy > Local Policies > User Rights Assignment
:
Allow log on through Remote Desktop Services
Remote Desktop Settings
.To allow Appian to sign in:
You'll need administrator privileges on the resource to install the sign-in service using the instructions below.
After you've configured the resource, you'll install the sign-in files on the resource using the installation wizard:
C:\Users\<username>\AppData\Local
. The installer will create a folder titled Appian RPA
in this location with all the necessary files.Services
. You should see the new service in the list: Appian RPA AutologinService [Resource Name]
.You are now ready to use automatic sign-in.
When installing the automatic sign-in service, the service is automatically started by the Local System account, which is the predefined local account used by the service control manager. You can change it to be another user if you’d like to use a separate account. This user account does not need administrator privileges.
To modify which account starts the service:
Back in the Appian RPA console, you can test the connection to the resource remotely. Appian does this through Remote Desktop Protocol (RDP).
If there is an active user session on the resource, Appian may not be able to sign in successfully. For the best results, ensure there is no active user session for the user account Appian uses to sign in to the resource.
If your test was successful, then you're all set! Appian will automatically sign in to this resource using the provided credentials whenever the resource is called upon to execute a robotic process.
To help keep you on track, Appian may display messages to show you when it's unable to sign in. Use the following table to understand the error and learn how to fix the issue.
Error message | Reason | Guidance |
---|---|---|
Invalid sign-in credentials. Unable to sign in because the credentials are invalid. Check the username and password are correct and try again. | Appian tried to sign into the user sessions using the credentials you provided, but it didn't work. The credentials may be inaccurate, or they don't match an account found on the domain. | Check the domain, username, and password fields to make sure they're correct. |
Robot not found. Unable to sign in because RDP couldn’t locate the agent on the resource. Check that the agent is installed on the resource and try again. | Appian was unable to locate the agent file on the resource. The agent is required to allow the resource to communicate with the RPA console. | Check that the agent is installed and that the user account configured to sign in to the resource has permissions to run the agent. |
RDP is not enabled. Unable to sign in because Remote Desktop is disabled on the resource. Enable Remote Desktop and try again. | Appian tried to sign in to a user session on the virtual machine, but RDP isn't enabled. | Enable RDP on the resource. |
Error: Active user session. Unable to sign in because the resource has an active session. Sign out from the active session and try again. | Appian tried to sign in to the virtual machine, but there is already an active user session. Note that this message appears for standard Windows operating systems. |
Sign out of the active user session on the resource. |
Error: Active user session. Unable to sign in because the resource has an active session for the OS user account you’re using to sign in. Sign out from the user’s active session and try again. | Appian tried to sign in to the virtual machine, but there is already an active user session for the user account you're using to sign in. Note that this message appears for Windows Server operating systems. |
Sign out of your active user session on the resource. |
Error with automatic sign-in. Unable to sign in because of an issue with Remote Desktop. Review the Remote Desktop settings and try again. | Appian tried to sign in to the virtual machine, but was unable for an unknown reason. | Verify that the RDP settings on the resource match the configurations listed above. |
Error with automatic sign-in. Unable to sign in because Remote Desktop didn’t respond. Verify that the sign-in service is running on the resource and try again. | Appian tried to sign in, but the sign-in service didn't respond in time. It might be that the sign-in service isn't running on the resource. | Confirm that the sign-in service is running on the resource. |
This feature has been deprecated and may be removed in a future release.
In the Container configuration section, you can configure two different types of containers for a resource: Docker and VirtualBox. Once the configuration is done, the console is able to integrate with the container to start and to stop it.
Additionally, it is possible to use Kubernetes as a Docker containers manager.
For Docker, you have to fill the following fields:
Using these configurations, the console generates a Docker command to send to the machine to start or stop it.
For VirtualBox, you have to fill the following fields:
Using these configurations, the console generates a VirtualBox command to send to the machine to start or to stop it.
Required role: Developer or Administrator
You can remotely visualize and operate the desktop where the robotic process is running.
To start monitoring, click on the Monitor icon (), which will show you a set of icons that allow you to perform certain actions on the desktop where the robot is executing.
Icon | Description |
---|---|
![]() |
Stop monitoring |
![]() |
Refresh screen |
![]() |
Take a screenshot |
![]() |
Full screen |
![]() |
Request the log file. It allows you to download the local error log. |
![]() |
Open the scripts editor Groovy. It allows you to execute Groovy code on the client. |
![]() |
Control remotely. It will show the position of the mouse pointer on screen, allowing you to click and drag elements on the desktop as usual. By enabling it, you will also see a text box where you can send text to the resource as well as the coordinates of the mouse pointer. |
![]() |
Restart services |
When you're finished monitoring, click the Monitor icon again to stop. The agent consumes more resources while monitoring, so it's important to stop monitoring to ensure performance.
Robotic processes consume memory and generate artifacts on the resource during each execution. Over time, this data may start to degrade the resource's performance. The resource may benefit from a restart to help free up additional memory.
When you restart a resource, Appian sends a request to the agent to try to restart its connection with the console. You can relaunch the agent from the console or manually restart the agent when you detect any issue with its operation.
You can also restart the resource automatically.
To prevent having too much of your resource's memory occupied, you can configure a resource to restart automatically when a specified percentage of the total memory is exceeded.
For example, on a 2GB memory resource, you can specify that agent should restart whenever 80% of the memory is used (1.6GB).
This configuration will trigger an event to restart the agent whenever the reserved memory is exceeded. Events are explained in detail on the Monitoring page.
In the event the server goes down unexpectedly, administrators can configure Appian RPA to disable resources upon restart of the RPA server to ensure robotic processes will not run until an administrator has verified the resource is in a clean state.
To allow Appian to disable unclean resources on start up: