How to change the type of connection between two elements depending on their location

As you’ve figured out already all of this is made possible through rules: https://github.com/bpmn-io/bpmn-js/blob/master/lib/features/rules/BpmnRules.js#L400

Create you own rules and return the type of connection based on their source and target parents.

Edit: As mentioned in How to automatically connect two custom elements due to a bug overriding rules might not work in some cases. In the case of moving elements it’s probably going to work.

1 Like