Type Alias: ProcessInstanceResult
type ProcessInstanceResult = object;
Process instance search response item.
Properties
businessId
businessId: BusinessId | null;
The business id associated with this process instance.
endDate
endDate: string | null;
The completion or termination time of the process instance.
hasIncident
hasIncident: boolean;
Whether this process instance has a related incident or not.
parentElementInstanceKey
parentElementInstanceKey: ElementInstanceKey | null;
The parent element instance key.
parentProcessInstanceKey
parentProcessInstanceKey: ProcessInstanceKey | null;
The parent process instance key.
processDefinitionId
processDefinitionId: ProcessDefinitionId;
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey;
The process definition key.
processDefinitionName
processDefinitionName: string | null;
The process definition name.
processDefinitionVersion
processDefinitionVersion: number;
The process definition version.
processDefinitionVersionTag
processDefinitionVersionTag: string | null;
The process definition version tag.
processInstanceKey
processInstanceKey: ProcessInstanceKey;
The key of this process instance.
rootProcessInstanceKey
rootProcessInstanceKey: ProcessInstanceKey | null;
The key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy. This field is only present for data belonging to process instance hierarchies created in version 8.9 or later.
startDate
startDate: string;
The start time of the process instance.
state
state: ProcessInstanceStateEnum;
tags
tags: TagSet;
tenantId
tenantId: TenantId;