You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Moved from bpmn-io/bpmnlint#34.
The rule should detect the following modeling patterns
exclusive=false
property of elements using asynchronous continuationHow 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
exclusive
warning
Related to camunda/camunda-modeler#1501
The text was updated successfully, but these errors were encountered: