Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.06 KB

wfnedit

Build Status License

wfnedit is a simple cross-platform GUI editor for workflow nets.

Preview

Compatibility

Should work everywhere as long as Java 8 is available. Tested under Archlinux and Windows 10.

Usage

Java 8 or above is required.

Prebuilt JAR

A prebuilt JAR is available.

Build from source

Execute the following commands to build wfnedit:

git clone https://github.com/paulfedorow/wfnedit
cd wfnedit
mvn clean compile assembly:single

The resulting JAR is located in the directory target.

Run

Run the JAR file by double-click or with the following command:

java -jar wfnedit-0.1-jar-with-dependencies.jar