Trigger Message Event Subscription
执行实例
触发消息事件
Delivers a message to a specific execution by id, to trigger an existing message event subscription. Inject process variables as the message’s payload.
POST
Trigger Message Event Subscription
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the execution to submit the message to.
The name of the message that the addressed subscription corresponds to.
Body
application/json
A JSON object containing variable key-value pairs. Each key is a variable name and each value a JSON variable value object.
Response
Request successful. This method returns no content.