new ArchActionTransferToFlowSecure(coreTransferToFlowSecureViewModel)
The Architect Scripting class that represents the Transfer To Secure Flow action.
Instances of this action should be created by calling ArchFactoryActions#addActionTransferToFlowSecure
Parameters:
| Name | Type | Description |
|---|---|---|
coreTransferToFlowSecureViewModel |
Object | ( Internal ) an Architect core transfer to secure flow action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionTransferToFlowSecure'.
-
readonly connectTimeout :ArchValueDuration
-
The value to use as a timeout when attempting to connect to the transfer target. This property has a flow-level default.
-
readonly failureOutputs :ArchNamedValueList
-
List of properties with error information about failed transfers
- Inherited From:
-
readonly failureTransferAudio :ArchAudio
-
The failure transfer audio to play on the call in the even the transfer fails at runtime.
- Inherited From:
-
readonly invocationData :ArchValueString
-
This is the invocation string data that can be used when launching a secure call flow. It is not required that you specify a string value. If you do, it will be available via. the Flow.InvocationData built in variable in the secure call flow at runtime.
-
readonly isArchActionTransferToFlowSecure :boolean
-
Returns true indicating that this is an ArchActionTransferToFlowSecure instance.
-
readonly preTransferAudio :ArchAudio
-
The pre transfer audio to play on the call.
- Inherited From:
-
targetFlowInfo :ArchFlowInfoBasic
-
The target flow for the transfer. Note that the setter will also accept an
ArchFlowInfoinstance or anArchFlowInfoBasicinstance.- Inherited From: