Hi there,
Is there any way that you can know the type of a message by quering the REST endpoints? Or any other way?
For example I wanted to know if the first message is a start message and if the second message is a catch event.
Thanks for the info in advance!
Hi @alainosorio,
I think that the only option to differentiate between start and intermediate message events is if they have a process instance and execution in this rest response: Camunda Platform REST API
Message start event should not have a process instance, as it will be created, when the message is correlated.
Hope this helps, Ingo
1 Like
Thank you very much, this is what we need.
Best