new ArchActionGetJourneyOutcomeScoresBySession(coreGetJourneySessionsByExternalContactActionViewModel)
The Architect Scripting class that represents the Get Journey Outcome Scores by Session action. The "findId" property
here is the journey session identifier and the "findResult" will be a Journey Outcome Score collection data type
instance.
Instances of this action should be created by calling ArchFactoryActions#addActionGetJourneyOutcomeScoresBySession
Parameters:
| Name | Type | Description |
|---|---|---|
coreGetJourneySessionsByExternalContactActionViewModel |
Object | ( Internal ) an Architect core Get Journey Session action view model. |
- See:
-
- ArchFactoryActions#addGetJourneySessionsByExternalContact
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionGetJourneyOutcomeScoresBySession'.
-
readonly displayTypeName :string
-
Returns the display type name string 'ArchBaseActionFindSystemObject'.
-
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
ArchActionFindUserByIdaction this would be the identifier of the user that you wish to look up at runtime.- Inherited From:
-
readonly findResult :ArchValueJourneyOutcomeScoreCollection
-
The value that holds the journey output score collection result for the supplied external journey session identifier. If runtime execution of this action takes the Not Found output, the value of the variable set here is left untouched.
-
readonly isArchActionGetJourneyOutcomeScoresBySession :boolean
-
Returns true indicating that this is an ArchActionGetJourneyOutcomeScoresBySession instance.
-
readonly isArchBaseActionFindSystemObjectById :boolean
-
Returns true indicating that this is an ArchBaseActionFindSystemObject instance.