module:model/Workflow

module:model/Workflow

new module:model/Workflow()

Source:

Constructs a new Workflow.
Describes the workflow for an envelope.

Members

(inner) currentWorkflowStepId :String

Source:
Type:
  • String

(inner) overwriteUpdateMode :String

Source:
Type:
  • String

(inner) resumeDate :String

Source:
Type:
  • String

(inner) scheduledSending :module:model/ScheduledSending

Source:

An object that describes the settings for scheduled sending.

Type:

(inner) workflowStatus :String

Source:
Type:
  • String

(inner) workflowSteps :Array.<module:model/WorkflowStep>

Source:
Type:

Methods

(static) constructFromObject(data, obj) → {module:model/Workflow}

Source:

Constructs a Workflow from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/Workflow

Optional instance to populate.

Returns:

The populated Workflow instance.

Type
module:model/Workflow