Hi,
I have a message intermediate catch event on a Task Receive and when I use the REST API to send the message with the name of the event I got a 400.
is it possible to do this? I would like to wait for a message (the “normal” workflow) and be able to receive an event to stop the process if received (fail workflow).
I use the endpoint /message and I give the messageName and processInstanceId
I’ve read somewhere that a catch event and receive activity are technically the same, with the receive activity having the advantage of being able to carry boundary events.
Also, there was a recommendation (from Bernd himself? I don’t remember exactly) to prefer the receive activity because it looks more intuitive for non BPMN people.