Versions Compared

Key

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

...

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

Image RemovedImage Added

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 56.0 version is 56.0-SNAPSHOT. You can obtain the source code by following methods:

...

Code Block
languagebash
svn co https://github.com/jogetworkflow/jw-community/branches/56.0-SNAPSHOT

Clone using Github Client 

...

Code Block
languagebash
git clone https://github.com/jogetworkflow/jw-community.git --branch 56.0-SNAPSHOT

4. Configure Datasource for Test Case

...

  • Navigate into the wflow-app directory.
  • Build the wflow-app directory using Apache Maven commands.

    Code Block
    languagebash
    cd wflow-app
    mvn clean install