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

    Interface WorkflowAlert

    interface WorkflowAlert {
        ccEmails?: string[];
        description: string;
        fullName?: string;
        protected: boolean;
        recipients?: WorkflowEmailRecipient[];
        senderAddress?: string;
        senderType?: ActionEmailSenderType;
        template: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ccEmails?: string[]
    description: string
    fullName?: string
    protected: boolean
    recipients?: WorkflowEmailRecipient[]
    senderAddress?: string
    template: string