@camunda8/sdk
    Preparing search index...

    Interface UserTaskVariablesRequest

    interface UserTaskVariablesRequest {
        filter?: { name: string };
        page?: SearchPageRequest;
        sort: UserTaskVariablesSortRequest[];
        userTaskKey: string;
    }
    Index

    Properties

    filter?: { name: string }

    The user task variable search filters.

    Type declaration

    • name: string

      Name of the variable.

    Pagination criteria.

    Sort field criteria.

    userTaskKey: string