型・APIリファレンス
    Preparing search index...

    Type Alias FetchUserTaskListParameter

    ユーザタスク一覧パーツのデータ取得APIのパラメータ

    type FetchUserTaskListParameter = {
        includeAssigned?: boolean;
        includeCompleted?: boolean;
        includeCompletedByOther?: boolean;
        includeTaskQueueIsNull?: boolean;
        limit?: number;
        offset?: number;
        partsRuntimeId: string;
        sortCondition?: SortCondition;
        taskQueueOid?: string | null;
        taskType?: string;
        workflowDefinitionName?: string | null;
    }
    Index

    Properties

    includeAssigned?: boolean

    割当済を含む

    includeCompleted?: boolean

    完了分を含む

    includeCompletedByOther?: boolean

    自分以外の人が完了したタスクを表示

    includeTaskQueueIsNull?: boolean

    タスクキューがNULLのタスクを表示

    limit?: number

    取得件数

    offset?: number

    オフセット

    partsRuntimeId: string

    PartsRuntimeId

    sortCondition?: SortCondition

    ソート条件

    taskQueueOid?: string | null

    タスクキューOID

    taskType?: string

    タスク種別

    workflowDefinitionName?: string | null

    ワークフロー定義名