Type Alias: ProcessInstanceReference
type ProcessInstanceReference = object;
Defined in: gen/types.gen.ts:1379
Properties
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:1383
The key of the process definition.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:1387
The key of the created process instance.