Joget DX Available for Download
Check out Joget DX, the next generation successor to Joget Workflow for faster, simpler digital transformation.
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.
At the time of writing this guide, the latest 6.0 version is 6.0-SNAPSHOT. You can obtain the source code by following methods:
You will find a download button on the right sidebar.
svn co https://github.com/jogetworkflow/jw-community/branches/6.0-SNAPSHOT
Refer to Set Up Git to initialize your Github account.
git clone https://github.com/jogetworkflow/jw-community.git --branch 6.0-SNAPSHOT
Configure "app_datasource-default.properties" with your MySQL server username and password.
workflowDriver=com.mysql.jdbc.Driver workflowUrl=jdbc\:mysql\://localhost\:3306/jwdb?characterEncoding\=UTF-8 workflowUser=root profileName= workflowPassword=root
Build the wflow-app directory using Apache Maven commands.
cd wflow-app mvn clean install