Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VariableRecordValue

Hierarchy

Index

Properties

bpmnProcessId

bpmnProcessId: string

the BPMN process id this process instance belongs to.

name

name: string

the name of the variable.

processDefinitionKey

processDefinitionKey: number

the key of the process the variable belongs to

processInstanceKey

processInstanceKey: number

the key of the corresponding process instance

scopeKey

scopeKey: number

the key of the scope the variable belongs to.

value

value: string

the value of the variable as JSON string.

Generated using TypeDoc