Skip to main content
Version: 10.3.2

Compose Business Process out of Asset Bundle

Deploy project to Control Tower

To start project deployment to Control Tower, perform the following steps:

  1. Open the project's Package module and select its pom.xml file.

    caution

    Don't mistake the root pom.xml for its needed child Package module pom.xml files. Thus, if you run a deployment command on the root pom.xml, the deployment process fails.

  2. Right-click the file and select Run As/Maven build.

  3. To import the project to the local Control Tower, execute the following command: bundle:import. If you import to the remote Control Tower, run bundle:import -Premote.

  4. After the project is successfully deployed, open Control Tower and navigate to Advanced > Bot Configurations.

  5. In the list of Bot Configurations, find the three Bot Tasks contained in the imported project. The names of the Bot Tasks from your Asset Bundle start as you've specified in the <name> property of the BCB module's pom.xml file.

Create Business Process in Control Tower

  1. Select Business Processes and click Create New.

  2. Create the Business Process structure with Start and End elements, rules, and Bot Tasks needed in the project.

  3. To find Bot Tasks from your Asset Bundle, open the Bot Task tab and search for the name of your bundle, for example, rpaproject - RPA/BCB. A basic Business Process can look like this:

  4. After a successful project run, create a Business Process package by selecting the Packages tab and clicking the New Package button.

  5. Click Save to download the package as a zip file.

  6. Copy the zip file manually to an appropriate folder in the Package module.

  7. Make required changes to your Business Process. For example, change the name and tags.

  8. Create a new Business Process package.

  9. Copy this Business Process package zip file manually to an appropriate folder inside the Package module after any changes made in Control Tower.

info

Keep in mind that copying a zip file of your Business Process to the Package module is a manual process. Do this each time when you make changes to it. After all changes are made, deploy the entire project to the remote Control Tower, for example, to the production environment.

troubleshooting

For troubleshooting tips, refer to the following support guides: