获取消息事件
Retrieves a message event subscription for a given execution by id and a message name.
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 that holds the subscription.
The name of the message that the subscription corresponds to.
Response
Request successful.
The id of the event subscription.
The type of the event subscription.
The name of the event this subscription belongs to as defined in the process model.
The execution that is subscribed on the referenced event.
The process instance this subscription belongs to.
The identifier of the activity that this event subscription belongs to. This could for example be the id of a receive task.
The time this event subscription was created.
The id of the tenant this event subscription belongs to.
Can be null if the subscription belongs to no single tenant.