-
Notifications
You must be signed in to change notification settings - Fork 0
T0.4.Compile the process
esseti edited this page Oct 3, 2014
·
4 revisions
#Compile the process To compile the process please refer to this page. The outcome of the compilation is a zip file that is ready to be uploaded into the crowdcomputer.
the line to write in the shell for the compilation is somehow like this
$ java -jar BpmnCompiler-0.0.1.jar image_process.bpmn image_process
[BPMN4Crowd COMPILER]
Compiling main file image_process.bpmn
Extracting BPMN4Crowd tasks..done
Modifing BPMN4Crowd Tasks........done
Rigenerating layout.done
Storing Image Process
Generating zip file: image_process...done
image_process.bpmn has been compiled.
removing junk...done
Zip image_process.zip create and ready to be deployed
Enjoy
BPMN4Crowd - [email protected]zip file of the example can be found here
PRE: Create the process - NEXT: Deploying, Executing and Managing the process