Automating tasks by using Blue Prism processes
As an application business analyst, automate tasks and repetitive actions, such as onboarding employees, scheduling systems, and data processing, by using the Robotic Process Automation (RPA) processes in Blue Prism. To trigger a Blue Prism RPA process, create a process in your application by using the Run Blue Prism Process element in the Process designer.
Before you begin
Make sure that an administrator has configured a Blue Prism connector.
To create a process that trigger a Blue Prism process
- Log in to BMC Helix Innovation Studio.
- Navigate to the Workspace tab, and select the application in which you want to create a process.
- In the application, select Processes, and click New.
The system opens the Process designer. - In the Process designer, drag the Run Blue Prism Process element to the canvas.
In the element Properties pane, enter the values of the following input properties:
Property
Description
Connection ID
Connection ID of the Blue Prism connector.
Process Name
Name of the RPA process in Blue Prism.
Important: The RPA process must be exposed as a web service in Blue Prism.Parameters
Parameters for the process.
Important: Only string parameters are supported.- If required, add the other process elements and specify the execution flow that you want to create.
- Save the process.
Example: Automating the task of onboarding an employee by using a Blue Prism RPA process
Ajay is an application business analyst at Calbro Services. He wants to automate the task of onboarding an employee by using a Blue Prism RPA process so that minimal manual intervention is required to complete the task. Ajay performs the following actions to create a process to trigger the Blue Prism RPA process that performs the employee onboarding task.
- Create a process as shown in the following image:
- Add the process properties as shown in the following image:
- To access attributes within the schema of the BlueprismParameters document definition, add the Create Document element, and enter the element properties as shown in the following image:
- To add a document, select the BlueprismParameters document definition as shown in the following image:
- Add the values for the document nodes and use these values as input to trigger the Blue Prism RPA process. To add values for the document nodes, click Add/Remove Document Nodes, and select the key and value check boxes of nodes as shown in the following image:
- To add a document, select the BlueprismParameters document definition as shown in the following image:
- To trigger the RPA process in Blue Prism, add the Run Blue Prism Process element, and enter the element properties as shown in the following image:
- In the Run Blue Prism Process element properties, in the Parameters field, map the Create Template element output as shown in the following image:
- Save the process.
Learn about how to run a process by using the Manage Processes dashboard at Managing-processes-by-using-the-Manage-Processes-dashboard.
Related topics