Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessInstanceResultRecordValue

Hierarchy

Index

Properties

bpmnProcessId

bpmnProcessId: string

The BPMN process id this process instance belongs to.

processDefinitionKey

processDefinitionKey: number

The key of the deployed process this instance belongs to.

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

version

version: number

The version of the deployed process this instance belongs to.

Generated using TypeDoc