I have a BPMN2.0 compliant xml as below which I wish to execute using the Activiti Execution Engine. This xml was NOT created through the Activiti modeler (neither Signavio nor IDE).
Note: According to the BPMN2.0 specification document, scriptFormat="text/x-groovy" is the way to represent the groovy script engine.
Please note that the above piece of xml works fine on the activiti execution engine, if i replace scriptFormat="text/x-groovy" with just "groovy" . Does this mean that the BPMN2.0 specification constructs works on the activiti execution engine only if we mention them in an activiti specific way ?
The spec does indeed say we need to use a mime-type. But the big problem here, is that there is no clear definition of what the mimetype for Groovy is (or JSP EL, or beanshell or or …)
But it is a valid request (Falko also already mentioned this), altough I believe he used a different mimetype. Anyway, I'll look into it and see if I can add it to the engine, to be more spec-compliant. Thanks for the heads up!