You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Processes form an integral part of any web application. It deals with the flow of information and the conditions that determine the behavior and the route of any application. Processes in Joget is rather like building a flowchart that will contain the roles involved (participants), the activities, the conditions and its executions as well as the data that carries from activity to activity (workflow variables).

Note however that while processes are important, they're not necessarily a must have in a web application. In Joget, its perfectly possible to build a full and complete application in which there are no processes involved.

For the purpose of the tutorial however, we are going to build a sample application that should cover most aspects of application development within Joget. This simple application that we're going to build is a Leave Application Process. In the leave application process,

1. Anyone from a particular organization can apply for leave

2. Once a leave application is filed, the direct superior of the applicant will be notified. The superior will then choose to either approve or reject the leave application

3. If the direct superior decides to approve the application, the HOD will then be notified. Similarly, the HOD can choose to either approve or reject the application

  • No labels