Create a bot process configuration record in RPA Hub
Create a bot process configuration record in RPA Hub so that you can define the preliminary fields for a bot process record.
Before you begin
Create a package. For more information, see Create a package to assign to a bot process.
Create a robot. For more information, see Robots in RPA Hub.
Configure the related system property to view the activity stream. For more information, see Display an activity stream for bot processes and robots in RPA Hub.
Before you can access a bot process, ensure that the RPA business user (sn_rpa_fdn.rpa_business_user), RPA developer (sn_rpa_fdn.rpa_developer), or the RPA support user (sn_rpa_fdn.rpa_support_user) are in the Managed by Group list.
Role required: sn_rpa_fdn.rpa_release_manager or sn_rpa_fdn.rpa_admin
About this task
A bot process is a predefined sequence of actions that a robot follows to accomplish a specific task or achieve a particular goal.
A bot process configuration record contains the bot process settings.
The bot process configuration record is mapped to a bot process record. It is a one to one mapping.
When you associate the bot process configuration record with a bot process record, you can't dissociate the mapping, regardless of the life-cycle stage status of the bot process.
Procedure
Navigate to All > Robotic Process Automation > RPA Hub Workspace.
Create a bot process configuration record from either the list icon or from the plus icon.
| Option | Action |
|---|---|
| Create a bot process configuration record from the list icon |
|
| Create a bot process configuration record from the plus icon |
|
On the form, fill in the fields.
For a description of the field values, see Bot process configuration form in RPA Hub.
Save the configuration record only or create a configuration record and bot process and then associate the record with the bot process.
| Option | Action |
|---|---|
| Only save the bot process configuration record | Select Save.Skip the post-requisite task. This configuration record is not associated to a bot process. It remains orphaned. If you want to associate it with a bot process record later, follow the steps in Associate a bot process to a bot process configuration record. |
| Create a bot process and bot process configuration record. Then associate the record with the bot process |
For a description of the field values, see Bot Process form in RPA Hub.
|
What to do next
You can add other details to the bot process, such as the business applications, credential groups, robots, process robot credential sets, schedules, process parameters, attended users, or groups. For more information, see Adding details to your bot process in RPA Hub.
(Optional) On the bot process configuration record, select the Bot Process button to navigate to the Overview tab of the bot process. You can't view this Bot Process button if the bot process configuration record is not associated to any bot process.
Parent Topic:Configuring a bot process record in RPA Hub
Related topics
Publish a bot process in RPA Hub
Retire a bot process in RPA Hub
Bot process configuration form in RPA Hub
Use the Bot Process Configuration form to define the preliminary fields for a bot process record.
| Field | Description |
|---|---|
| Name | Unique name of the bot process configuration.The name of the bot process configuration is reused for the bot process that is associated with this configuration record. |
| Process Type | Type of the bot process:- Unattended: Automations that don’t require any human intervention. - Attended: Automations that require human intervention. |
| Order | Execution priority of the bot process:- 1: Highest priority - 999999: Least priority The default value is set to 1. RPA business user can view this field. This field appears only when Unattended is selected from the Process Type field. |
| Package | Associated package of the bot process.For an unattended bot process, associate an unattended type package. For an attended bot process, associate an attended type package. Only published packages can be associated. |
| Package Version | Version of the active package in use. Only published package versions can be associated. Ensure that the version belongs to the populated package. |
| Application | Application that contains this record. This field is auto-generated.Role required to view this field: admin. |
| Run Time Threshold \(mins\) | Expected duration for the bot process to run.The default value is 60 minutes. RPA business user can view this field. This field appears only when Unattended is selected from the Process Type field. This is a required field. |
| Job Purging \(days\) | Number of days after which the job data is deleted. |
| Description | Description of the bot process. |
Related topics