Skip to content

paulfedorow/wfnedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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