vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface WorkflowTask

    interface WorkflowTask {
        assignedTo?: string;
        assignedToType: ActionTaskAssignedToTypes;
        description?: string;
        dueDateOffset: number;
        fullName?: string;
        notifyAssignee: boolean;
        offsetFromField?: string;
        priority: string;
        protected: boolean;
        status: string;
        subject: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    assignedTo?: string
    description?: string
    dueDateOffset: number
    fullName?: string
    notifyAssignee: boolean
    offsetFromField?: string
    priority: string
    protected: boolean
    status: string
    subject: string