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
    EI6xx:Installing the ProductEI6xx:
    Installing the Product
    nopaneltrue
  • Select and download the relevant WSO2 Integration Studio ZIP file depending based on your operating system from here , and then extract the ZIP fileand download it from here.
    The path to this folder is referred to as <EI_TOOLING> throughout this tutorial.

    Info
  • For more detailed installation instructions, see /wiki/spaces/EI6xx/pages/49612293.
  • Getting an error message? See the troubleshooting tips given under

    /wiki/spaces/EI6xx/pages/49612293

    Installing WSO2 Integration Studio.

This tutorial includes the following sections:

...

  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
    wso2ei-6.4.0-business-process
    Localtab
    titleOn Windows

    Go to  Start Menu -> Programs -> WSO2 -> Enterprise Integrator 6.4.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.

...

Deploying the Human Task Project

After creating the deployable archive, follow the steps below to deploy them.

...