new module:model/DSWorkflowLane(laneId, laneSteps)
- Source:
Constructs a new DSWorkflowLane.
Parameters:
Members
(inner) laneId :String
- Source:
Type:
- String
(inner) laneSteps :Array:.<Object:>
- Source:
A list of #/definitions/DSWorkflowStep. Each element is: A DS Workflow Step. This object should be any of the following object models: [#/definitions/DSServiceStep, #/definitions/DSTransformationStep, #/definitions/DSDocGenStep, #/definitions/DSSignStep]
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/DSWorkflowLane}
- Source:
Constructs a DSWorkflowLane 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/DSWorkflowLane | Optional instance to populate. |
Returns:
The populated DSWorkflowLane instance.