-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rule for exclusive=false #34
Comments
If we implement this the rule should go to camunda/bpmnlint-plugin-camunda#3. Can you provide some background information in camunda/bpmnlint-plugin-camunda#3:
|
Closing this as it is moved to camunda/bpmnlint-plugin-camunda#3. |
This was referenced Sep 10, 2019
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.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see also camunda/camunda-modeler#1501
The text was updated successfully, but these errors were encountered: