Hide Table of Contents
Class: _BaseTask
[AMD Module Require]
require(["workflowmanager/_BaseTask"], function(_BaseTask) { /* code goes here */ });;

Description

Base class to store properties and behaviors common to all Workflow Manager (Classic) tasks.

Subclasses

WMAOILayerTask  WMConfigurationTask  WMJobTask  WMNotificationTask  WMReportTask  WMTokenTask  WMWorkflowTask

Constructors

NameSummary
new BaseTask(url, token, proxyURL, disableClientCaching)Constructor for the BaseTask. Disable client caching is default to be true.

Properties

NameTypeSummary
disableClientCachingBooleanThe indicator to disable client browser caching.
proxyURLStringThe proxy URL.
tokenStringThe token string if security is on.
urlStringThe 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> urlRequiredThe base URL for Workflow Manager (Classic) Service.
<String> tokenOptionalThe token string if security is on.
<String> proxyURLOptionalThe proxy URL.
<Boolean> disableClientCachingOptionalThe indicator for disable client browser caching.
Property Details

<Boolean> disableClientCaching

The indicator to disable client browser caching.

<String> proxyURL

The proxy URL.

<String> token

The token string if security is on.

<String> url

The base URL for Workflow Manager (Classic) Service.