Skip to content

Crowdcomputer/BPMN4Crowd-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

Process compiler for the BPMN4Crowd project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages