Skip to content

Add a exclusive=false rule #3

Description

@nikku

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions