bpmn-io / bpmnlint

Validate BPMN diagrams based on configurable lint rules.
MIT License
123 stars 36 forks source link

Add rule for exclusive=false #34

Closed falko closed 5 years ago

falko commented 5 years ago

see also https://github.com/camunda/camunda-modeler/issues/1501

nikku commented 5 years ago

If we implement this the rule should go to https://github.com/camunda/bpmnlint-plugin-camunda/issues/3.

Can you provide some background information in https://github.com/camunda/bpmnlint-plugin-camunda/issues/3:

nikku commented 5 years ago

Closing this as it is moved to https://github.com/camunda/bpmnlint-plugin-camunda/issues/3.

falko commented 5 years ago

It should be a warning by default.

exclusive=true allows the Job Executor to execute jobs from the same process instance with multiple threads. This is generally not advisable and can cause problems, e.g. with parallel variable access.