@camunda8/sdk
    Preparing search index...

    Interface SearchUserTasksResponse

    interface SearchUserTasksResponse {
        items: {
            elementInstanceKey: string;
            formKey: string;
            processDefinitionKey: string;
            processInstanceKey: string;
            userTaskKey: string;
        }[];
        page: SearchResponsePagination;
    }
    Index

    Properties

    Properties

    items: {
        elementInstanceKey: string;
        formKey: string;
        processDefinitionKey: string;
        processInstanceKey: string;
        userTaskKey: string;
    }[]

    Type declaration

    • elementInstanceKey: string

      The key of the element instance.

    • formKey: string

      The key of the form.

    • processDefinitionKey: string

      The key of the process definition.

    • processInstanceKey: string

      The key of the process instance.

    • userTaskKey: string

      The key of the user task.