Use the AttendedConfigurations component
When you use the AttendedConfigurations component, it shows a list of attended configurations associated to the selected same bot process. To select and give control out port for each configuration that routes the automation logic.
Avant de commencer
If you are running an automation from RPA Desktop Design Studio, then assign the automation to the bot process by using the Assign bot process option from the Design tab of RPA Desktop Design Studio. In the Bot Process field, ensure to select an attended bot process that is enabled with Embedded Task Automation. In the Attended Config field, ensure to select an associated attended configuration. In the Record Context field, ensure to enter the Sys ID or URL of the ServiceNow form record. For more information, see Assign bot process to an automation project.
Ensure you are familiar with Embedded Task Automation concepts. For more information, see Embedded Task Automation (ETA) in RPA Hub.
- sn_rpa_fdn.rpa_developer or sn_rpa_fdn.rpa_admin, if you are running the automation from RPA Desktop Design Studio
- sn_rpa_fdn.rpa_assisted_user, if you are running the automation from the Attended Robot application.
Pourquoi et quand exécuter cette tâche
The AttendedConfigurations component segregates the execution of the automations in a single automation project and calls the respective logic according to the action invoked.
If you are triggering the automation from the ServiceNow form's UI action (button) and it executes using the Attended Robot application, then the AttendedConfigurations component routes the automation flow from the associated attended configuration.
You can configure the properties for the AttendedConfigurations component. For more information about these properties, see Properties of the Forms components.
For example, if an automation requires two UI actions, create two attended configurations in RPA Hub, that are associated to the same bot process and table. Define the automation logics separately for these UI actions, under different activities.
Let's consider a currency price retrieval use case, where one automation is built with two automation logics for UI actions such as Get Prices and Update Price. These UI actions are associated to two attended configurations, Get Prices and Update Price. The attended configurations are associated to the same bot process and table. The following steps provide guidance of how to use the AttendedConfigurations component in this use case.