Send message to intermediate message event (REST)

Hi all,
I’m struggeling right now to send a message with the REST API to a specific running process-instance with an intermediate message event? How can I do this. I don’t find anything in the documentation.

Or do I have to use a signal? Then the question is how to specify that the signal is going only to one running process instance.

Thanks for any help!

Hi Mario,

Have a look on
https://flowable.org/docs/userguide/index.html#_execute_an_action_on_an_execution.
There is a part describing event received for execution

{
  "action":"messageEventReceived",
  "messageName":"myMessage"
  "variables": [  ]
}

Regards
Martin

1 Like