-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Currently the process engine interprets the "executable" property on a process incorrectly.
If it is missing in xml the process it deployes and the engine loggs a warning. This should be removed and the process should not be deployed because the default value is "false"
Probably backwards-compatiblity with activiti and older camunda bpm versions
AT:
- only executable processes are deployed.
- update guide mentions this
Note:
remove hack here:
https://github.com/camunda/camunda-bpm-platform/blob/master/engine/src/main/java/org/camunda/bpm/engine/impl/bpmn/parser/BpmnParse.java#L500
Proablby requires adding it to a buch of testcases