new ArchActionPromoteExternalContact(corePromoteExternalContactActionViewModel)
The Architect Scripting class that represents the Promote External Contact action.
Instances of this action should be created by calling ArchFactoryActions#addActionPromoteExternalContact
Parameters:
| Name | Type | Description |
|---|---|---|
corePromoteExternalContactActionViewModel |
Object | ( Internal ) an Architect core Promote External Contact action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionPromoteExternalContact'.
-
readonly externalId :ArchValueString
-
An external contact id to promote
-
readonly externalResult :ArchValueExternalContact
-
The returned external contact.
-
readonly isArchActionPromoteExternalContact :boolean
-
Returns true indicating that this is an ArchActionPromoteExternalContact instance.
-
readonly outputSuccess :ArchActionOutput
-
The success output for this action
- Inherited From:
-
readonly promoteExternalContactOutputsFailure :ArchNamedValueList
-
The contents of this named value list come from the Failure Outputs schema. It will contain two values: errorType and errorMessage. These values will be returned by the server if the action takes the Failure path.