abstract ArchBaseActionWithOutputsFakeSuccessFailure(coreActionViewModel)

new abstract ArchBaseActionWithOutputsFakeSuccessFailure(coreActionViewModel)

Creates a new ArchBaseActionWithOutputsFakeSuccessFailure base action instance. Instances of this action have a fake Success output and Failure output. Since success is fake, there is no success output to query on this action.

Parameters:
Name Type Description
coreActionViewModel Object

( Internal ) an Architect core action with fake success and failure view model.

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchBaseActionWithOutputsFakeSuccessFailure'.

static, readonly isArchBaseActionWithOutputsFakeSuccessFailure :boolean

Returns true indicating that this object is an ArchBaseActionWithOutputsFakeSuccessFailure instance.

readonly failureOutputs :ArchNamedValueList

The failure outputs (errorType, errorMessage) that get populated when the action takes the failure path. Cached on first access. Returns undefined if the action has no errorBindings.

Inherited From:

readonly hasFakeSuccessOutput :boolean

Returns true indicating that this action has a fake success output.

readonly outputFailure :ArchActionOutput

The failure output for this action

Inherited From: