Skip to Content

Release, Deploy and Run a Business Process Project

Release, deploy and run a business process project to run and monitor your project
You will learn
  • How to release, deploy and run a process
celineaudinsapCéline AudinJanuary 19, 2023
Created by
celineaudinsap
November 20, 2022
Contributors
celineaudinsap
pbujnicka

Prerequisites

  • A Business Process Project saved and with no errors.
  • Step 1

    Before you run the process, ensure that the process is saved and that there are no errors showing in the Design Console. To run the process, you must first release and then deploy the Business Process project. Releasing a project creates a version or snapshot of the changes.

    1. In the Process Builder, choose Release.

      Release
    2. Add a Version Comment if needed and choose Release.

      Release first
    3. If it is an additional version, choose the type of version, add a Version Comment if needed and choose Release.

      Release new

      Every time you release, a new version will be created. Versions are incremented automatically based on how you want to store the changes in the repository (that is as major or minor updates or as a patch). Versions use an x.y.z format where x is a major version number, y is minor, and z is the patch number. For instance, if you are releasing your process project for the first time, then the version will start with 1.0.0. The next time you release there will be options to choose from – that is, if the new version is a major, minor, or patch update; version numbers will be automatically updated.

    4. The project released successfully and is ready to be deployed.

      If needed, you can refer to the Documentation.

      Released
    Log in to complete tutorial
  • Step 2

    You can deploy Business Process projects from each released version of the project in the Process Builder or through the Lobby. Deploying the project makes it available for others to use it. Bare in mind that you can only deploy a released version of the project.

    1. From the released version of the Business Process project in the Process Builder, choose Deploy.

      Start Deploy
    2. In this case there are no Variables to set.

      Variables allow you to reuse certain information for a given Business Process project deployment. You use variables to pass parameters to automations. You can create variables in the Process Builder for which you can later set values when deploying the Business Process project.

    3. Choose Confirm.

      Deploy confirm first
    4. Choose Deploy.

      Deploy

      The Deploy action will take a couple of seconds/minutes, depending upon how big your project is and how many different skills it has. Any errors during the deployment will be shown in the Design Console.

    5. The project deployed successfully and is now ready for running and monitoring.

      Deployed

      Once the deployment is successful, you will see a changed status. You can also see all your deployed and/or released project versions from the project status list next to the project name.

      Deploy successful

      You cannot edit released or deployed projects. To continue working on your project, you need to select the Editable option from the list of released versions.

    What steps are mandatory in order to run a business process project:

    Log in to complete tutorial
  • Step 3

    Now that you have successfully deployed your project, it is time to run the process and see the results.

    1. From the deployed version of the Business Process project in the Process Builder, open the process Get Invoice Details.

      Run
    2. Select Invoice Request Form.

    3. Choose the Copy icon aside the Form Link in the Invoice Request Form.

      Run copy the form link
    4. Open the Form pasting the Form Link in a browser window.

      Run open the form
    5. Fill the Invoice Request Form and choose Submit.

      Do not enter any random value or else the Automation will not give any results.

      Run open the form
    6. The process is triggered. You can now work on the tasks and monitor the process.

      Run form successfully submitted

    Log in to complete tutorial
Back to top