Summary

Message and CommunicationMessage cannot have both the "Signal" and "invoked Operation" properties defined.

Details

The Message signature can either be a Signal or an Operation, but not both at the same time.

Tips

If a Message has both Operation and Signal defined, you should consider splitting it into two different Messages instead.