Skip to content
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 a exclusive=false rule #3

Open
nikku opened this issue Sep 10, 2019 · 2 comments
Open

Add a exclusive=false rule #3

nikku opened this issue Sep 10, 2019 · 2 comments
Labels
backlog Queued in backlog rules

Comments

@nikku
Copy link
Member

nikku commented Sep 10, 2019

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

@nikku nikku added the help wanted Extra attention is needed label Sep 10, 2019
@nikku

This comment has been minimized.

@pinussilvestrus
Copy link

Updated the issue description due to the given details.

@pinussilvestrus pinussilvestrus removed the help wanted Extra attention is needed label Sep 24, 2019
@volkergersabeck volkergersabeck added the backlog Queued in backlog label Sep 25, 2019 — with bpmn-io-tasks
@nikku nikku added the rules label Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog rules
Projects
None yet
Development

No branches or pull requests

3 participants