Skip to main content
Version: 8.10 (unreleased)

Type Alias: ProcessInstanceSearchQueryResult

type ProcessInstanceSearchQueryResult = SearchQueryResponse & object;

Process instance search response.

Type Declaration

items

items: ProcessInstanceResult[];

The matching process instances.