Skip to main content
Version: 8.9

Type Alias: ProcessInstanceSearchQueryResult

type ProcessInstanceSearchQueryResult = SearchQueryResponse & object;

Process instance search response.

Type Declaration

items

items: ProcessInstanceResult[];

The matching process instances.