Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.15 KB

CONDUCTOR TO PN

Build Status

This application converts a Conductor workflow blueprint into a TB net xml file.

How do I get set up?

To build the application run:

gradle build

This task generates compressed executable binaries into the build/distributions directory.

To try out the application, unpack the executables and run from the project directory:

java -jar build/distributions/conductor2pn/conductor2pn.jar \
  -w 'build/resources/main/workers_mix.json' \
  -s 'build/resources/main/workflow_wait.json' \
  -o 'wait_example.xml'

Usage instructions:

usage: ConductorToPn [options]
 -h,--help                Print this message
 -o,--output <arg>        Output PNML file
 -s,--systemTasks <arg>   System tasks input file
 -w,--workers <arg>       Worker tasks input file

License

See the LICENSE file for license rights and limitations (GNU GPLv3).

Who do I talk to?