Versions Compared

Key

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

The following scenario simulates the first step of a business process, in which an employee fills a form and submits the leave request to the manager. You can implement this by configuring a Start Event in the BPMN Diagram.

Tip

Before you begin,

  • Install Oracle Java SE Development Kit (JDK) version 1.8.* and set the JAVA_HOME environment variable.
  • Download WSO2 Enterprise Integrator Download the product installer from here, and then extract run the ZIP file. The path to this folder will be referred to as <EI_HOME> throughout this tutorial.Start the Business Process Profile of WSO2 Enterprise Integrator. For information on how to start the Profile, see /wiki/spaces/EI6xx/pages/49611797.installer.
    Insert excerpt
    Installing the Product
    Installing the Product
    nopaneltrue
  • Select and download the relevant Enterprise Integrator WSO2 EI tooling ZIP file depending based on your operating system from here, and then extract the ZIP file.
    The path to this folder will be is referred to as <EI_TOOLING> throughout throughout this tutorial.

    Info
  • For more detailed installation instructions, see Installing Enterprise Integrator Tooling.
  • For information on any error messages you get, see

    Getting an error message? See the troubleshooting tips given under Installing Enterprise Integrator Tooling.

Let's get started! This tutorial includes the following sections:

...

You will find a BPMN editor packaged along with the WSO2 EI tooling. This BPMN editor can be used to create a BPMN artifact easily.

...

titlePrerequisite

...

.

  1. Start Eclipse and navigate to File → New → Other
  2. Search or scroll and find the BPMN category under the WSO2 folder, click BPMN Project, and click Next.
  3. Enter a project name (e.g., LeaveProcessBPMNand click Next.

  4. In the next window that appears, select any referenced projects and click Finish. You will now have a new BPMN project.

  5. Click Open Perspective on the below message, which pops up.

    Tip

    You will not get this message if you are already in the Activiti perspective. You can view the current perspective from the below tab.


...