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

    Interface UserTask

    ユーザータスクの型定義

    interface UserTask {
        taskAssigned: boolean;
        taskCompleted: boolean;
        taskLimit?: DateTimeValue;
        taskName?: string;
        taskPriority?: SelectValue;
        taskStatus?: SelectValue;
        userTask: boolean;
        userTaskDefinitionName?: string;
        userTaskOid?: string;
        workflowOid?: string;
        workflowRevisionNo?: number;
    }
    Index

    Properties

    taskAssigned: boolean

    自身が割り当てられてるタスクかどうか

    taskCompleted: boolean

    完了済みのタスクかどうか

    taskLimit?: DateTimeValue

    タスク期限

    taskName?: string

    タスク名

    taskPriority?: SelectValue

    タスク優先度

    taskStatus?: SelectValue

    タスクステータス

    userTask: boolean

    ユーザタスクかどうか

    userTaskDefinitionName?: string

    ユーザタスク定義名

    userTaskOid?: string

    ユーザタスクOID

    workflowOid?: string

    ワークフローOID

    workflowRevisionNo?: number

    リビジョン