Call activity calling process with message start events

Hi @Jennie,

Call activity works with none start event only.

To start a process by message use a message intermediate throw event instead. Below post contains an example with implementation set to Expression

But keep in mind that using message intermediate throw event will continue execution of the calling process and won’t wait until the end of the called process as with “Call Activity” so if the need is to wait then a message intermediate catch event should follow the message intermediate throw event in the calling process & a message end event should be used in the called process.

1 Like