Type Alias: MessageSubscriptionResult
type MessageSubscriptionResult = object;
Properties
correlationKey
correlationKey: string | null;
The correlation key of the message subscription.
elementId
elementId: ElementId;
The element ID associated with this message subscription.
elementInstanceKey
elementInstanceKey: ElementInstanceKey | null;
The element instance key associated with this message subscription.
lastUpdatedDate
lastUpdatedDate: string;
The last updated date of the message subscription.
messageName
messageName: string;
The name of the message associated with the message subscription.
messageSubscriptionKey
messageSubscriptionKey: MessageSubscriptionKey;
The message subscription key associated with this message subscription.
messageSubscriptionState
messageSubscriptionState: MessageSubscriptionStateEnum;
processDefinitionId
processDefinitionId: ProcessDefinitionId;
The process definition ID associated with this message subscription.
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey | null;
The process definition key associated with this message subscription.
processInstanceKey
processInstanceKey: ProcessInstanceKey | null;
The process instance key associated with this message subscription.
rootProcessInstanceKey
rootProcessInstanceKey: ProcessInstanceKey | null;
The key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy. This field is only present for data belonging to process instance hierarchies created in version 8.9 or later.
tenantId
tenantId: TenantId;