Script Step
Brief description
This step is creating a process script which is being used in all cases where other predefined steps cannot support the automated process flow.
Step Information
Step Name (Not required)– the custom name of the process step that labels the editor’s process step box
Input Parameters
When creating input for the robot, you will need to write code that it will execute. To make this process easier, you can select an existing process variable from the input field and click on the "Add variable" button. This will automatically add the selected variable to the left window, where you can write your code.
Additional comments
There are various scenarios for using this feature and it is limited to C# libraries included in the robot application.
The basic concept of using this feature is:
- Defining input variables
- Defining algorithm
- Defining output variables
Please be advised that Robotiq.ai team assumes no responsibility for any code created within the script step. However, to ensure that your code is safe and secure, we recommend that you follow industry best practices and thoroughly test your code before deploying it.