Description
      The NotificationType class is a collection of notification types that are available in the Workflow Manager (Classic) repository that are sent when certain events happen in the application.
      Class hierarchy
      esri.WorkflowManager.SupportClasses.NotificationType()
      Properties
      
        |
        | attachJobAttachments | boolean | Indicates to include a zip archive of all job attachments or not. | 
        | id | int | A unique identifier for the notification type. | 
        | message | string | The message sent as part of the email notification. | 
        | sendersEmail | string | The email address of the sender. | 
        | sendersName | string | The name of the sender. | 
        | subject | string | The subject of the email. | 
        | subscribers | string[] | A list of emails that are subscribed to the notification. | 
        | type | string | The type of notification that will be sent; the default is email. | 
      
     Property Details
      
        <boolean> attachJobAttachments
Indicates to include a zip archive of all job attachments or not.
       
      
        
        A unique identifier for the notification type.
       
      
        
        The message sent as part of the email notification.
       
        
        
        The email address of the sender.
       
      
      
        
        The subject of the email.
       
      
        
        A list of emails that are subscribed to the notification.
       
      
        
        The type of notification that will be sent; the default is email.