Use the Assign to robot queue shape in a flow to integrate Robotic Process Automation (RPA) with a case. By defining the tasks that a virtual machine (VM) can run, you can reduce the need for human input in your application and resolve cases faster.
Ensure that you have defined at least one automation and your case type supports RPA.
Double-click the Assign to robot queue shape in your flow to open the Robot queue dialog box.
From the Define flow list, select an option that defines the context of the robotic automation, which runs as a subprocess of the current flow.
In the Define flow list, select On current page.
In the Define flow list, select On specific work item.
In the Work property field, press the Down Arrow key, and select a property that stores the key value of the case on which your subprocess works.
In the Class field, press the Down Arrow key and select the class of the case.
Optional: To define the clipboard page that stores case data, enter a value in the Page name field.
If the case does not already have a page and you do not provide a page name, you application creates a page named pyNextObj
, pyNextObj_1
, and so on.
In the Define flow list, select On embedded page.
In the Page property field, press the Down Arrow key and select a property that stores the embedded page.
This property must use a mode of Page
, Page List
, or Page Group
.
In the Class field, press the Down Arrow key and select the class of the embedded page.
Tip: To use a class that is not known at design time, enter a property reference or expression in the Class field.
In the Route to queue field, enter the name of the work queue from which the VM retrieves assignments. The Route to robot queue shape creates the assignment that the VM retrieves.
In the Run robotic automation field, enter the automation that the virtual machine runs after retrieving the assignment.
Optional: To validate case data after the assignment is processed, press the Down Arrow key in the Assignment validation criteria field, and select a validation rule.
Optional: To apply a goal and deadline to the assignment, press the Down Arrow key in the Assignment service level field, and select the name of a service-level agreement.
Optional: To allow the main flow to continue processing without waiting for the robotic automation to complete, select the Spinoff flow check box.
Click Submit to close the Robot queue dialog box.
Click Save.
You can test the Assign to robot queue shape by connecting it to other shapes and running your flow.