Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageSubscriptionRecordValue

Hierarchy

Index

Properties

bpmnProcessId

bpmnProcessId: string

the BPMN process id tied to the subscription

correlationKey

correlationKey: string

the correlation key

elementInstanceKey

elementInstanceKey: number

the element instance key tied to the subscription

interrupting

interrupting: boolean

{@code true} if the event tied to the subscription is interrupting. Otherwise, it returns {@code false} if the event is non-interrupting.

messageKey

messageKey: number

the key of the correlated message

messageName

messageName: string

the name of the message

processInstanceKey

processInstanceKey: number

the key of the corresponding process instance

variables

variables: Record<string, any>

the variables of this record. Can be empty.

tjs-type

object

Generated using TypeDoc