Type Alias: BaseProcessInstanceFilterFields
type BaseProcessInstanceFilterFields = object;
Defined in: gen/types.gen.ts:5624
Base process instance search filter.
Properties
batchOperationId?
optional batchOperationId: StringFilterProperty;
Defined in: gen/types.gen.ts:5664
The batch operation id.
elementId?
optional elementId: StringFilterProperty;
Defined in: gen/types.gen.ts:5680
The element id associated with the process instance.
elementInstanceState?
optional elementInstanceState: ElementInstanceStateFilterProperty;
Defined in: gen/types.gen.ts:5676
The state of the element instances associated with the process instance.
endDate?
optional endDate: DateTimeFilterProperty;
Defined in: gen/types.gen.ts:5632
The end date.
errorMessage?
optional errorMessage: StringFilterProperty;
Defined in: gen/types.gen.ts:5668
The error message related to the process.
hasElementInstanceIncident?
optional hasElementInstanceIncident: boolean;
Defined in: gen/types.gen.ts:5684
Whether the element instance has an incident or not.
hasIncident?
optional hasIncident: boolean;
Defined in: gen/types.gen.ts:5640
Whether this process instance has a related incident or not.
hasRetriesLeft?
optional hasRetriesLeft: boolean;
Defined in: gen/types.gen.ts:5672
Whether the process has failed jobs with retries left.
incidentErrorHashCode?
optional incidentErrorHashCode: IntegerFilterProperty;
Defined in: gen/types.gen.ts:5688
The incident error hash code, associated with this process.
parentElementInstanceKey?
optional parentElementInstanceKey: ElementInstanceKeyFilterProperty;
Defined in: gen/types.gen.ts:5660
The parent element instance key.
parentProcessInstanceKey?
optional parentProcessInstanceKey: ProcessInstanceKeyFilterProperty;
Defined in: gen/types.gen.ts:5656
The parent process instance key.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKeyFilterProperty;
Defined in: gen/types.gen.ts:5652
The key of this process instance.
startDate?
optional startDate: DateTimeFilterProperty;
Defined in: gen/types.gen.ts:5628
The start date.
state?
optional state: ProcessInstanceStateFilterProperty;
Defined in: gen/types.gen.ts:5636
The process instance state.
tags?
optional tags: TagSet;
Defined in: gen/types.gen.ts:5689
tenantId?
optional tenantId: StringFilterProperty;
Defined in: gen/types.gen.ts:5644
The tenant id.
variables?
optional variables: VariableValueFilterProperty[];
Defined in: gen/types.gen.ts:5648
The process instance variables.