@camunda8/sdk
    Preparing search index...

    Interface SearchProcessInstanceResponse

    interface SearchProcessInstanceResponse {
        items: ProcessInstanceDetails[];
        page: SearchResponsePagination;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The matching items.

    Pagination information about the search results.