Trigger Message Event Subscription
POST/execution/:id/messageSubscriptions/:messageName/trigger
Delivers a message to a specific execution by id, to trigger an existing message event subscription. Inject process variables as the message's payload.
Request
Responses
- 204
- 400
- 500
Request successful. This method returns no content.
The variable value or type is invalid, for example if the value could not be parsed to an Integer value or the passed variable type is not supported. See the Introduction for the error response format.
The addressed execution has no pending message subscriptions for the given message. See the Introduction for the error response format.