Skip to content

SELab-unimi/conductor2pn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

Releases

No releases published

Packages

No packages published

Languages