Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following tutorial guides you through a scenario to simulate an order approval process using Human Task artifacts. 

Tip

Before you begin,

  • Install Oracle Java SE Development Kit (JDK) version 1.8.* and set the JAVA_HOME environment variable.
  • Download the product installer from here, and run the installer.
    Insert excerpt
    Installing the Product
    Installing the Product
    nopaneltrue
  • Select and download the relevant WSO2 Integration Studio ZIP file based depending on your operating system from here here, and then extract the ZIP file.The path to this folder will be referred to as <EI_TOOLING> throughout this tutorial.

    Info

...

  1. Start the Business Process profile of WSO2 EI.

    Panel
    borderColor#542989
    bgColor#ffffff
    borderWidth1
    Localtabgroup
    Localtab
    titleOn MacOS/Linux/CentOS

    Open a terminal and execute the following command:

    Code Block
    sudo wso2ei-6.45.0-business-process
    Localtab
    titleOn Windows

    Go to Start Menu -> Programs -> WSO2 -> Enterprise Integrator 6.45.0 Business Process. This will open a terminal and start the business process profile.

  2. Log in to the Management Console of the Business Process Profile.
  3. Click Main → Manage → Add → BPEL.
  4. Browse and select the <EI_HOME>/samples/business-process/bpel/ClaimsApprovalProcess.zip file and click Upload.
    You view the deployed BPEL Process as shown below.

...