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,
|
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.
...
title | Prerequisite |
---|
...
.
- Start Eclipse and navigate to File → New → Other.
- Search or scroll and find the BPMN category under the WSO2 folder, click BPMN Project, and click Next.
- Enter a project name (e.g.,
LeaveProcessBPMN
) and click Next. - In the next window that appears, select any referenced projects and click Finish. You will now have a new BPMN project.
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.
...