TreeINFO-For-M365 documentation
    Preparing search index...
    interface TaskResult {
        comment: string;
        delegationAllowedUsers?: any[];
        icon: FontAwesomeIcon;
        iconColor: MColor;
        id: string;
        isAdditionalApprovalAllowed: boolean;
        isAskingQuestionAllowed: boolean;
        isCompleted: boolean;
        isDelegationAllowed: boolean;
        isProcessingOnDelegate: boolean;
        isReadOnly: boolean;
        isSavingItemAllowed: boolean;
        outcomes: Outcome[];
        relatedItemId: number;
        relatedItemListId: string;
        selectedOutcome?: Outcome;
        title: string;
        workflowInstanceId: string;
    }
    Index

    Properties

    comment: string
    delegationAllowedUsers?: any[]
    iconColor: MColor
    id: string
    isAdditionalApprovalAllowed: boolean
    isAskingQuestionAllowed: boolean
    isCompleted: boolean
    isDelegationAllowed: boolean
    isProcessingOnDelegate: boolean
    isReadOnly: boolean
    isSavingItemAllowed: boolean
    outcomes: Outcome[]
    relatedItemId: number
    relatedItemListId: string
    selectedOutcome?: Outcome
    title: string
    workflowInstanceId: string