Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateProcessInstanceWithResultResponse<Result>

Type parameters

  • Result

Hierarchy

  • CreateProcessInstanceWithResultResponse

Index

Properties

Readonly bpmnProcessId

bpmnProcessId: string

the BPMN process ID of the process definition which was used to create the process instance

Readonly processDefinitionKey

processDefinitionKey: string

the key of the process definition which was used to create the process instance

Readonly processInstanceKey

processInstanceKey: string

the unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g. CancelProcessInstanceRequest)

Readonly tenantId

tenantId: string

the tenant identifier of the process definition

Readonly variables

variables: Result

consisting of all visible variables to the root scope

Readonly version

version: number

the version of the process definition which was used to create the process instance

Generated using TypeDoc