Skip to main content

Run Module

The Run Module component in Robbot RPA allows you to execute a XAML file within your automation workflow. This component provides a way to run specific modules or sub-workflows, enabling modular and reusable automation designs.

Parameters

File Path : Click the button next to this parameter and select the XAML file you want to run. Specify the path of the XAML file that contains the module or sub-workflow you want to execute. Type : String

Result : Returns the output or result of the executed module. This parameter captures the output or result produced by the executed module. It allows you to store the module's output for further processing or to display relevant information. Type : String

Usage

To use the Run Module component in your Robbot RPA project, follow these steps:

Drag and drop the Run Module component into your sequence or workflow.

Configure the component by providing the necessary inputs:

Click the button next to the File Path parameter and select the XAML file containing the module you want to run.

Continue building your sequence or workflow by adding other components or actions as needed.

Execute your sequence or workflow. The Run Module component will execute the specified XAML file as a module, and the output or result will be captured in the Result parameter.

By utilizing the Run Module component, you can design your automation workflow in a modular and reusable manner, allowing you to encapsulate specific functionality into separate XAML files and execute them as needed.