MicrobotIt allows you to create an automation process workflow using microbots that are already available in Automation Studio. A microbot is a piece of code built to do specific tasks that can not be performed using predefined activities of automation Studio. PrerequisiteUsing Microbot Activity1. In the Canvas Tools pane, click Process Components to expand the tool and view the associated activities. 2. Drag the Microbot activity and drop on to the Flowchart designer on the Canvas.
3. Click Select Microbot field. The Select Microbot dialog box appears.
4. Select the required microbot from the available list. The display name of the Microbot activity changes to the name of the microbot selected. 5. Click
the
· Click Input Parameter. The Microbot Mappings dialog box appears. It displays the list of input parameters defined in the DLL file.
The Argument and the Argument Type columns display the input parameter and the type of the parameter respectively. The value of these parameters can either be defined now or in the microbot itself. a. In the Map to Parent drop down list, select the parameter you want to map. You must define the parameter in the Parameter bar with input values for mapping. Alternatively, in the Default Value field, provide the input value and check If Default checkbox to set the value as default input value. b. Repeat step a for each input parameter. c. Click CONFIRM. The input parameters are set · Click
the
The Argument column displays the output parameters and the Argument Type column displays the type of the each parameters defined in the microbot. a. In the Map to Parent drop down list, select the parameter you want to map with the corresponding output parameter defined in the microbot. To use this option, the parameter must be pre-defined in the Parameter bar with the input values for mapping. Alternatively, in the Default Value field, provide the input value and check If Default checkbox to set the value as default input value. You can also add a parameter at this point of time. Follow the mentioned to steps to add the parameter: i. Click Select or Add and then click Add. The Add new Argument dialog box appears.
ii. In the Argument Name field, enter a desired name. iii. In the DataType list select the type of parameter you want to create. Available options are - Text, Numeric, Decimal, Boolean and DateTime. As this parameter stores the output value, providing default value is not enabled. iv. Click DELETE if you do not want to save the provided details or skip to step v. v. Click CONFIRM to save the mapping. b. Repeat step a for each input parameter. c. Click CONFIRM. The output parameters are set The Microbot activity is created. Microbot Activity PropertiesThe properties of a Microbot activity are listed in the following table and can be edited in the Properties grid on the right panel.
|
Related Topics |