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