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

    Interface UserTaskDetail

    ユーザタスクの詳細情報の型定義

    interface UserTaskDetail {
        completionDate: UserTaskFormattedValue;
        oid: string;
        taskQueue: UserTaskDetailQueue;
        taskResult: string;
        taskStatus: UserTaskLabeledValue;
        workflow: UserTaskDetailWorkflow;
    }
    Index

    Properties

    completionDate: UserTaskFormattedValue

    完了日時

    oid: string

    タスクOID

    タスクキュー情報

    taskResult: string

    タスク結果

    タスクステータス

    ワークフロー情報