ArchActionGetJourneySegment(coreGetJourneySessionActionViewModel)

new ArchActionGetJourneySegment(coreGetJourneySessionActionViewModel)

The Architect Scripting class that represents the Get Journey Segment action. The "findId" property here is the journey session identifier and the "findResult" will be a Journey Session data type instance. Instances of this action should be created by calling ArchFactoryActions#addActionGetJourneySegment

Parameters:
Name Type Description
coreGetJourneySessionActionViewModel Object

( Internal ) an Architect core Get Journey Session action view model.

See:
  • ArchFactoryActions#addGetJourneySegment

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchActionGetJourneySegment'.

readonly displayTypeName :string

Returns the display type name string 'ArchBaseActionFindSystemObject'.

Overrides:

readonly findId :ArchValueString

The identifier of the object to look up. While it is always a string, inheriting Find action classes will provide the context of the identifier. For example, in the ArchActionFindUserById action this would be the identifier of the user that you wish to look up at runtime.

Inherited From:

readonly findResult :ArchValueJourneySegment

The output value that holds the journey segment result at runtime.

readonly isArchActionGetJourneySegment :boolean

Returns true indicating that this is an ArchActionGetJourneySegment instance.

readonly isArchBaseActionFindSystemObjectById :boolean

Returns true indicating that this is an ArchBaseActionFindSystemObject instance.

Inherited From: