Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TimerRecordValue

Hierarchy

Index

Properties

dueDate

dueDate: number

the due date of the timer as Unix timestamp in millis.

elementInstanceKey

elementInstanceKey: number

the key of the related element instance.

processDefinitionKey

processDefinitionKey: number

the key of the process in which this timer was created

processInstanceKey

processInstanceKey: number

the key of the corresponding process instance

repetitions

repetitions: number

the number of times this timer should trigger

targetElementId

targetElementId: string

The handlerFlowNodeID property represent the ID, from the BPMN XML of the process, of the flow node which will handle the timer trigger's event. In normal flow, this is usually the same as the related activity's ID, but when the timer was created due to a boundary event, it will be that event's ID.

Generated using TypeDoc