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

    Interface UserAssignment

    ユーザ割当の型定義

    interface UserAssignment {
        assignState?: UserTaskLabeledValue;
        comment?: string;
        completionDate?: UserTaskFormattedValue;
        manageable?: boolean;
        oid: string;
        taskResult?: string;
        user?: UserAssignmentUser;
    }
    Index

    Properties

    assignState?: UserTaskLabeledValue

    割当状態

    comment?: string

    コメント

    completionDate?: UserTaskFormattedValue

    完了日時

    manageable?: boolean

    管理可能か

    oid: string

    割当OID

    taskResult?: string

    タスク結果

    ユーザ情報