This application converts a Conductor workflow blueprint into a TB net xml file.
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
See the LICENSE file for license rights and limitations (GNU GPLv3).