Publishing a script
You can publish scripts to your IBM RPA Portal environment to make them available as resources. You can later configure them to run on computers configured in your environment.
Before you begin
- You must have access to RPA Studio.
- If you didn't save your script locally, publishing the script will force you to do it.
- The script can't contain syntax errors.
- You can choose to publish a blank script or an unpublished script with commands. To publish a script that has been already published, you first need to retrieve it before publishing.
Procedure
- In the top menu bar of IBM RPA Studio, click Home > Publish.
- In the Name field, enter an unique name for the script.
- In the Description field, enter the description of your changes to the script.
- Optional: Configure the following settings.
- Optional: Set Allow scheduling to on.
- Optional: Set Set as production to on.
- Click the Show advanced options label and enter the following times:
- In the Green time field, enter the expected ideal runtime. The default is 2 minutes.
- In the Yellow Time field, enter the expected average runtime. The default is 2 minutes.
- In the Red time field, enter the maximum runtime allowed. The default is 2 minutes.
Results
Publishing sets the script under the RPA server's embedded version control system. After publishing, RPA scripts become a resource for the environment users to run on computers.
Related links
Parent topic: