@camunda8/sdk
    Preparing search index...

    Interface SearchElementInstancesResponse

    interface SearchElementInstancesResponse {
        items: ElementInstanceDetails[];
        page: SearchResponsePagination;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The matching items.

    Pagination information about the search results.