Source Code Repository

The source code for Joget Workflow is available at https://github.com/jogetworkflow/jw-community.

You can view the source code for other versions by using the branch switcher in GitHub.

Build Source Code

1. Install Prerequisites

2. Install 3rd Party Libraries

3. Obtain Source

At the time of writing this guide, the latest 5.0 version is 5.0-SNAPSHOT. You can obtain the source code by following methods:

Direct Download

You will find a download button on the right sidebar.

Checkout using Subversion Client

svn co https://github.com/jogetworkflow/jw-community/branches/5.0-SNAPSHOT

Clone using Github Client 

        Refer to Set Up Git to initialize your Github account. 

git clone https://github.com/jogetworkflow/jw-community.git --branch 5.0-SNAPSHOT

4. Configure Datasource for Test Case

5. Build Project