new ArchActionInitializeFlowOutcome(coreInitializeFlowOutcomeActionViewModel)
Creates a new Architect Initialize Flow Outcome action instance. Instances of this class should not be created directly.
Parameters:
| Name | Type | Description |
|---|---|---|
coreInitializeFlowOutcomeActionViewModel |
Object | ( Internal ) an Architect core InitializeFlowOutcome view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Implements override support for the display type name string for this Architect Scripting object.
-
readonly displayTypeName :string
-
Implements override support for the display type name string for this Architect Scripting object.
- Overrides:
-
readonly isArchActionInitializeFlowOutcome :boolean
-
Returns true indicating that this is an ArchActionInitializeFlowOutcome instance.
-
readonly isArchBaseActionFlowOutcome :boolean
-
Returns true indicating that this is an ArchBaseActionFlowOutcome instance.
- Inherited From:
Methods
-
setFlowOutcomeByIdAsync(flowOutcomeId, callbackFunction) → {Promise.<ArchBaseActionFlowOutcome>}
-
This sets the flow outcome to use at runtime by its identifier.
Parameters:
Name Type Description flowOutcomeIdstring the identifier of the flow outcome.
callbackFunctionfunction a callback function to call if the flow outcome is successfully looked up and configured on this action. The first parameter passed to the callback function will be this action instance.
Returns:
Promise.<ArchBaseActionFlowOutcome>- Inherited From:
-
setFlowOutcomeByNameAsync(flowOutcomeName, callbackFunctionopt) → {Promise.<ArchBaseActionFlowOutcome>}
-
This sets the flow outcome that will be used for use at runtime by the flow outcome name.
Parameters:
Name Type Attributes Description flowOutcomeNamestring the name of the Flow Outcome to set. The name is not case sensitive on the lookup.
callbackFunctionfunction <optional>
a callback function to call if the Flow Outcome is successfully looked up and configured on this action. The first parameter passed to the callback function will be this Architect flow outcome action instance.
Returns:
Promise.<ArchBaseActionFlowOutcome>- Inherited From: