new module:model/WorkflowStep()
- Source:
Constructs a new WorkflowStep
.
Describes a single step in a workflow.
Members
(inner) action :String
- Source:
Type:
- String
(inner) completedDate :String
- Source:
Type:
- String
(inner) delayedRouting :module:model/DelayedRouting
- Source:
A complex element that specifies the delayed routing settings for the workflow step.
Type:
(inner) itemId :String
- Source:
Type:
- String
(inner) recipientRouting :module:model/RecipientRouting
- Source:
The rules for recipient routing.
Type:
(inner) status :String
- Source:
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
Type:
- String
(inner) triggeredDate :String
- Source:
Type:
- String
(inner) triggerOnItem :String
- Source:
Type:
- String
(inner) workflowStepId :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/WorkflowStep}
- Source:
Constructs a WorkflowStep
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/WorkflowStep | Optional instance to populate. |
Returns:
The populated WorkflowStep
instance.