new ArchActionGetSecuredData(coreGetSecuredDataActionViewModel)
The Architect Scripting class that represents the Get Secured Data action.
Instances of this action should be created by calling ArchFactoryActions#addActionGetSecuredData
Parameters:
| Name | Type | Description |
|---|---|---|
coreGetSecuredDataActionViewModel |
object | ( Internal ) an Architect core get conversation data action view model. |
Extends
Members
-
readonly attributeNameOutputValuePairs :ArchBaseNameValuePairs
-
Returns the name value attribute pairs configured on a Get Secure Data action.
- Inherited From:
-
readonly conversationId :ArchValueString
-
The conversation identifier that specifies the conversation from which to get the data. Remember that it's only in a flow whose runtime does not have a conversation associated with it like a workflow where this setting can be assigned a value. Otherwise the runtime behavior of this action will be to get the secured data from the current conversation.
-
readonly displayTypeName :string
-
Returns the display type name string 'ArchBaseActionGetSecuredData'.
- Inherited From:
-
readonly isArchActionGetSecuredData :boolean
-
Returns true indicating that this is an ArchActionGetSecuredData instance.
Methods
-
addAttributeNameOutputValuePair(nameExpressionopt, variableExpressionopt) → {ArchBaseNameValuePair}
-
This adds an attribute name value pair to this action that specifies the attribute name and corresponding output variable where the secured data that it retrieves should be stored at flow runtime. On the returned
ArchBaseNameValuePair:Parameters:
Name Type Attributes Description nameExpressionstring <optional>
a string expression that specifies the name of the attribute to retrieve.
variableExpressionstring <optional>
a string variable expression that specifies the name of the variable where the value should be stored. For example -> Flow.MyStringVar
Returns:
ArchBaseNameValuePair- Inherited From: