Skip to main content

RPA

RPA Processes

The RPA Processes page lists all the RPA Processes owned or shared with the current User.

RPA Process is designed using Process Designer and is executed by either a Smart Buddy or an Assistant Buddy.

An RPA Process can be published directly into the Control Room from the Process Designer or imported into the Control Room. A Process package is version-controlled. Each time you publish the Process to Control Room, a new version of the Process package is created. The Process published will be available to all users with access to that process package.

Process Package

A process package (.nupkg) is a compressed package file containing all the contents of the process folder.

RPA Process Package

The RPA process package includes the following files.

  • workflow files (.xaml)
  • project file (project.json)
  • imported files (.)
  • assembly extensions (*.dll)

RPA Process Views

In the RPA Processes page in the Control Room, you can select different views by choosing View from the Context Menu. You have the following viewing options.

ViewDescription
All ProcessesShows a list of all the published Processes owned or shared with the current user. This is the default view.
My ProcessesShows all the published Processes owned by the current user.
Shared With MeShows a list of all the Processes shared with the current user.

Uploading Process

You can upload a new process into the Control Room from the AUTOMATION > Processes > RPA page by following the steps provided below:

  • Click on Toolbar-Menu > Upload Process button
  • Select the process package(.nupkg) file to be uploaded
  • Click on Upload

You can view the uploaded Process in the grid on the Processes > RPA page.

note

If you try to upload/publish a new process when you have already exceeded the process license count, you will encounter an error message: ***Process count exceeds the licensed count. Please top up your license and try again.

In this case, you either need to top-up your Subscription with extra process licenses or delete some of the published processes from the Control Room to make license space for the new Process.

Version Management

Every time you publish a Process, it creates a new version of a Process inside the Control Room. You can view the Process's version history by right-clicking the Context-Menu > View option (RPA).

By default, the current version of the Process will be the Active version. You can edit the Active Process version from the Context-Menu > ** Edit option. Control Room feeds the Active version of the Process to Buddies for execution.

Context Menu

The Processes page supports the following functionality through context menu options.

IconContext Menu OptionDescription
ShareManage your process permissions with other users
DeleteDelete this process. This functionality will be available only if you have Delete permission to process the entity.
Edit MetadataEdit your process metadata and configuration
View MetadataView your process metadata, configuration, and version information in read-only mode
Submit JobCreates a job out of this Process and submits into Job Queue.
DownloadDownloads this Process as a package file into your file system
View LogView logs of this Process. It will show all the job logs associated with this process
Shared WithThis option lists all users accessing this Process.
AuditYou can audit the operations on Process

Sharing Process

The Owner can share a published or uploaded process with other users in the Control Room. You can share a Process with the following permission types.

Permission TypeDescription
ViewerUser with this permission type can view and execute the process
EditorUsers with this permission type can view, re-publish, and run the process
OwnerUser with this permission type can view, re-publish, execute, delete, and share the Process with other users. By default, the User who published the Process for the first time into Control Room would be the Owner of the process

You must be the Process Owner to share a process with other users. You can share the Process by performing the following actions:

  • Go to Processes page
  • Select the Process to share inside the grid
  • Select Context-Menu > Share option
  • Select the User to whom you want to share this Process
  • Change the permission type based on your needs. By default, a user gets Viewer permission.
  • Click on Share

View Share With

You can view the sharing information by selecting the Context-Menu > Shared With option. It will display a list of Process users along with their Permissions.

Downloading Process

You can download a process package(.nupkg) from the Control Room to your local file system by selecting Context-Menu > Download option.

Cloning a BPA Process

You can clone a process to a new one by following the steps below.

  • Login to Control Room
  • Go to Automation > Processes > BPA processes page
  • Select the Process to clone
  • Right-click and click on Clone
  • Specify a Name to the new process
  • Optionally, change the Category and Description
  • Click on Clone
  • The current active version of the Process will be cloned as a new process.
note

To clone, you must be a Owner or an Editor of the Process.

Deleting Process

You can delete a process package(.nupkg) from the Control Room by selecting Context-Menu > Delete option.

Edit Metadata of Process

To edit the metadata of a process, including changing the Log Level, activating different versions, and deleting a version, you must be the Process Owner or have edit permissions. Follow these steps to edit the metadata:

  • Navigate to the Processes > RPA page.
  • Select the Process you wish to edit from the grid.
  • Open the Context Menu and choose the Edit Metadata option.
  • You can perform the following actions:
  • Activate a different version by selecting the appropriate version.
  • Delete a version if it is no longer needed.
  • Change the log level by selecting the appropriate version.
  • Click Update to save your changes.

Submit Job

You can submit the Job for execution by following the steps.

  • Navigate to the Processes > RPA page.
  • Select the Process you wish to Submit for execution from the grid.
  • Select the Smart Buddy to submit a job
note

If you select the Dynamic option, any available Smart Buddy will pick the Job for execution.

  • Specify the input parameters to submit for the selected Process from the Parameters tab.
  • Click on the Submit button

Auditing RPA Process

To access detailed information on operations performed on a process, follow these steps:

  • Navigate to the Processes > RPA page.
  • Select the Process you wish to audit.
  • Right-click and choose Audit from the context menu to view all operations performed on the Process.

View Metadata of the Process

To view the metadata of a process, please follow these steps:

  • Navigate to the Processes > RPA page.
  • Select the Process you wish to view from the grid.
  • Open the Context Menu and choose the View Metadata option.
  • You will be able to see the active version and log level.