Moved from bpmn-io/bpmnlint#34.
The rule should detect the following modeling patterns
exclusive=false property of elements using asynchronous continuation
How does the rule improve the BPMN diagram?
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.
Rule Details
- Name:
exclusive
- Default notification level:
warning
Related to camunda/camunda-modeler#1501
Moved from bpmn-io/bpmnlint#34.
The rule should detect the following modeling patterns
exclusive=falseproperty of elements using asynchronous continuationHow does the rule improve the BPMN diagram?
exclusive=trueallows 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.Rule Details
exclusivewarningRelated to camunda/camunda-modeler#1501