Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessInstanceCreationRecordValue

Hierarchy

Index

Properties

bpmnProcessId

bpmnProcessId: string

the BPMN process id to create a process from

processDefinitionKey

processDefinitionKey: number

the unique key of the BPMN process definition to create a process from

processInstanceKey

processInstanceKey: number

the key of the corresponding process instance

startInstructions

Returns a list of start instructions (if available), or an empty list.

variables

variables: Record<string, any>

the variables of this record. Can be empty.

tjs-type

object

version

version: number

the version of the BPMN process to create a process from

Generated using TypeDoc