Type Alias: CreateProcessInstanceResult
type CreateProcessInstanceResult = object;
Defined in: gen/types.gen.ts:5563
Properties
processDefinitionId
processDefinitionId: ProcessDefinitionId;
Defined in: gen/types.gen.ts:5569
The BPMN process id of the process definition which was used to create the process. instance
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:5589
The key of the process definition which was used to create the process instance.
processDefinitionVersion
processDefinitionVersion: number;
Defined in: gen/types.gen.ts:5574
The version of the process definition which was used to create the process instance.
processInstanceKey
processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:5595
The unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g. CancelProcessInstanceRequest).
tags?
optional tags: TagSet;
Defined in: gen/types.gen.ts:5596
tenantId
tenantId: TenantId;
Defined in: gen/types.gen.ts:5578
The tenant id of the created process instance.
variables
variables: object;
Defined in: gen/types.gen.ts:5582
All the variables visible in the root scope.
Index Signature
[key: string]: unknown