Skip to content

Modeler_audit_rules_R3150

Antonin Abhervé edited this page Sep 3, 2020 · 1 revision

R3150

Summary

A MessageFlow cannot link two elements in the same Process.

Details

MessageFlows are meant to communicate between two independent processes. They should not be used as a way of communicating within the same Process.

Tips

If you have a MessageFlow that has its source and target in the same lane, you should remove it and use sequence flow instead to represent what you need.

Clone this wiki locally