ArchActionCallTask(coreCallTaskActionViewModel)

new ArchActionCallTask(coreCallTaskActionViewModel)

The Architect Scripting class for the Call Task action. Instances of this action should be created by calling ArchFactoryActions#addActionCallTask

Parameters:
Name Type Description
coreCallTaskActionViewModel Object

( Internal ) an Architect core call task action view model.

See:

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchActionCallTask'.

readonly isArchActionCallTask :boolean

Returns true indicating that this is an ArchActionCallTask instance.

readonly outputDefault :ArchActionOutput

The Default output for this action

Inherited From:

targetTask :ArchTask

The target task for this call task action. To clear the task, set the value to either null or undefined.

readonly taskInputs :ArchNamedValueList

Inputs for the callTask action, only accessible after the callTask action name has been set successfully. Otherwise, undefined.

readonly taskOutputs :ArchNamedValueList

Outputs for the callTask action, only accessible after the callTask action name has been set successfully. Otherwise, undefined.