Type Alias: MessageSubscriptionResult
type MessageSubscriptionResult = object;
Defined in: gen/types.gen.ts:4729
Properties
correlationKey?
optional correlationKey: string;
Defined in: gen/types.gen.ts:4767
The correlation key of the message subscription.
elementId?
optional elementId: ElementId;
Defined in: gen/types.gen.ts:4750
The element ID associated with this message subscription.
elementInstanceKey?
optional elementInstanceKey: ElementInstanceKey;
Defined in: gen/types.gen.ts:4754
The element instance key associated with this message subscription.
lastUpdatedDate?
optional lastUpdatedDate: string;
Defined in: gen/types.gen.ts:4759
The last updated date of the message subscription.
messageName?
optional messageName: string;
Defined in: gen/types.gen.ts:4763
The name of the message associated with the message subscription.
messageSubscriptionKey?
optional messageSubscriptionKey: MessageSubscriptionKey;
Defined in: gen/types.gen.ts:4733
The message subscription key associated with this message subscription.
messageSubscriptionState?
optional messageSubscriptionState: MessageSubscriptionStateEnum;
Defined in: gen/types.gen.ts:4755
processDefinitionId?
optional processDefinitionId: ProcessDefinitionId;
Defined in: gen/types.gen.ts:4737
The process definition ID associated with this message subscription.
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:4741
The process definition key associated with this message subscription.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:4745
The process instance key associated with this message subscription.
rootProcessInstanceKey?
optional rootProcessInstanceKey: RootProcessInstanceKey;
Defined in: gen/types.gen.ts:4746
tenantId?
optional tenantId: TenantId;
Defined in: gen/types.gen.ts:4768