module:model/WorkflowStepHistory

module:model/WorkflowStepHistory

new module:model/WorkflowStepHistory(dacId, stepName, stepState, userId)

Source:

Constructs a new WorkflowStepHistory.
Details (history) of a Workflow Instance Step

Parameters:
Name Type Description
dacId String
stepName String

Name of the workflow step (DS Scope)

stepState module:model/WorkflowStepHistoryState
userId String

Members

(inner) accountId :String

Source:
Type:
  • String

(inner) dacId :String

Source:
Type:
  • String

(inner) dsStepId :String

Source:
Type:
  • String

(inner) endDate :String

Source:

Track the End time of the Workflow Step

Type:
  • String

(inner) error :module:model/WorkflowStepError

Source:
Type:

(inner) outputModuleProperties :Object

Source:
Type:
  • Object

(inner) startDate :String

Source:

Track the Start time of the Workflow Step

Type:
  • String

(inner) stepId :String

Source:

The Step Id of the workflow step in the workflow instance

Type:
  • String

(inner) stepName :String

Source:

Name of the workflow step (DS Scope)

Type:
  • String

(inner) stepState :module:model/WorkflowStepHistoryState

Source:
Type:
  • module:model/WorkflowStepHistoryState

(inner) userId :String

Source:
Type:
  • String

Methods

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

Source:

Constructs a WorkflowStepHistory 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/WorkflowStepHistory

Optional instance to populate.

Returns:

The populated WorkflowStepHistory instance.

Type
module:model/WorkflowStepHistory