Type Alias: ProcessDefinitionMessageSubscriptionStatisticsResult
type ProcessDefinitionMessageSubscriptionStatisticsResult = object;
Defined in: gen/types.gen.ts:5244
Properties
activeSubscriptions?
optional activeSubscriptions: number;
Defined in: gen/types.gen.ts:5264
The total number of active message subscriptions for this process definition key.
processDefinitionId?
optional processDefinitionId: ProcessDefinitionId;
Defined in: gen/types.gen.ts:5248
The process definition ID associated with this message subscription.
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:5256
The process definition key associated with this message subscription.
processInstancesWithActiveSubscriptions?
optional processInstancesWithActiveSubscriptions: number;
Defined in: gen/types.gen.ts:5260
The number of process instances with active message subscriptions.
tenantId?
optional tenantId: TenantId;
Defined in: gen/types.gen.ts:5252
The tenant ID associated with this message subscription.