Description
      Base class to store properties and behaviors common to all Workflow Manager (Classic) tasks.
      Subclasses
      WMAOILayerTask  WMConfigurationTask  WMJobTask  WMNotificationTask  WMReportTask   WMTokenTask  WMWorkflowTask
      Constructors
        
      Properties
      
        |
        | disableClientCaching | Boolean | The indicator to disable client browser caching. | 
        | proxyURL | String | The proxy URL. | 
        | token | String | The token string if security is on. | 
        | url | String | The base URL for Workflow Manager (Classic) service. | 
      
      Constructor Details
      
        new BaseTask(url, token, proxyURL, disableClientCaching)
Constructor for the BaseTask. Disable client caching is default to be true.
      Parameters:
        
          | <String> url | Required | The base URL for Workflow Manager (Classic) Service. | 
          | <String> token | Optional | The token string if security is on. | 
          | <String> proxyURL | Optional | The proxy URL. | 
          | <Boolean> disableClientCaching | Optional | The indicator for disable client browser caching. | 
        
         
       
      Property Details
      
        <Boolean> disableClientCaching
The indicator to disable client browser caching.
       
      
        
        
        The token string if security is on.
       
        
        
        The base URL for Workflow Manager (Classic) Service.