Call activity and message start event

Does Camunda process engine allow using call activity construct in order to invoke a process that starts with a message start event?

Hi Cristian,

it is only supported if

  • in addition to the message start event(s), the process has a single none start event, or
  • the process has a single message start event and no other start events.

See the User Guide for detail.

Greetings,
Philipp

2 Likes

Thanks, Philipp. So it’s the same as it was in Activiti.