module:model/StartedByInstance

module:model/StartedByInstance

new module:model/StartedByInstance()

Source:

Constructs a new StartedByInstance.
The started by information for a workflow instance

Members

(static, readonly) StartedByTypeEnum :String

Source:
Properties:
Name Type Description
anonymous String

value: "Anonymous"

preparer String

value: "Preparer"

participant String

value: "Participant"

onBehalfOf String

value: "OnBehalfOf"

Allowed values for the startedByType property.

Type:
  • String

(inner) startedById :String

Source:
Type:
  • String

(inner) startedByName :String

Source:

The user name of the person who starts a workflow Instance

Type:
  • String

(inner) startedByType :module:model/StartedByInstance.StartedByTypeEnum

Source:
Type:

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated StartedByInstance instance.

Type
module:model/StartedByInstance