Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 521 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 521 Bytes

#How to use it Place all your files within the folder where the compiler is.

java -cp BpmnCompiler-XXX.jar org.crowdcomputer.bpmn.Compiler $1 $2 (XXX is the version of the current relase) where

  • $1 is the main BPMN file (e.g., test.bpmn)
  • $2 is the name of the resulting zip file, without extension (e.g., test -> test.zip)

java -cp BpmnCompiler-XXX.jar org.crowdcomputer.bpmn.Compiler test.bpmn test will compile the test.bpmn file and relative validation process, storing the result in test.zip file.