Type Alias: ProcessInstanceResult
type ProcessInstanceResult = object;
Defined in: gen/types.gen.ts:5811
Process instance search response item.
Properties
endDate?
optional endDate: string;
Defined in: gen/types.gen.ts:5823
hasIncident
hasIncident: boolean;
Defined in: gen/types.gen.ts:5828
Whether this process instance has a related incident or not.
parentElementInstanceKey?
optional parentElementInstanceKey: ElementInstanceKey;
Defined in: gen/types.gen.ts:5845
The parent element instance key.
parentProcessInstanceKey?
optional parentProcessInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:5841
The parent process instance key.
processDefinitionId
processDefinitionId: ProcessDefinitionId;
Defined in: gen/types.gen.ts:5812
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:5837
The process definition key.
processDefinitionName
processDefinitionName: string;
Defined in: gen/types.gen.ts:5816
The process definition name.
processDefinitionVersion
processDefinitionVersion: number;
Defined in: gen/types.gen.ts:5817
processDefinitionVersionTag?
optional processDefinitionVersionTag: string;
Defined in: gen/types.gen.ts:5821
The process definition version tag.
processInstanceKey
processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:5833
The key of this process instance.
rootProcessInstanceKey?
optional rootProcessInstanceKey: RootProcessInstanceKey;
Defined in: gen/types.gen.ts:5846
startDate
startDate: string;
Defined in: gen/types.gen.ts:5822
state
state: ProcessInstanceStateEnum;
Defined in: gen/types.gen.ts:5824
tags?
optional tags: TagSet;
Defined in: gen/types.gen.ts:5847
tenantId
tenantId: TenantId;
Defined in: gen/types.gen.ts:5829