Type Alias: ProcessInstanceSearchQueryResult
type ProcessInstanceSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:5801
Process instance search response.
Type Declaration
items
items: ProcessInstanceResult[];
The matching process instances.