Skip to main content
Version: 8.9

Type Alias: ProcessDefinitionMessageSubscriptionStatisticsResult

type ProcessDefinitionMessageSubscriptionStatisticsResult = object;

Properties

activeSubscriptions

activeSubscriptions: number;

The total number of active message subscriptions for this process definition key.


processDefinitionId

processDefinitionId: ProcessDefinitionId;

The process definition ID associated with this message subscription.


processDefinitionKey

processDefinitionKey: ProcessDefinitionKey;

The process definition key associated with this message subscription.


processInstancesWithActiveSubscriptions

processInstancesWithActiveSubscriptions: number;

The number of process instances with active message subscriptions.


tenantId

tenantId: TenantId;

The tenant ID associated with this message subscription.