new ArchActionDisconnectWorkitem(coreDisconnectWorkitemActionViewModel)
The Architect Scripting class that represents the Disconnect Workitem action.
Instances of this action should be created by calling ArchFactoryActions#addActionDisconnectWorkitem
Parameters:
| Name | Type | Description |
|---|---|---|
coreDisconnectWorkitemActionViewModel |
Object | ( Internal ) an Architect core Disconnect Workitem action view model. |
Extends
Members
-
readonly disconnectWorkitemOutputsFailure :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.
-
readonly displayTypeName :string
-
Returns the display type name string 'ArchActionDisconnectWorkitem'.
-
readonly isArchActionDisconnectWorkitem :boolean
-
Returns true indicating that this is an isArchActionDisconnectWorkitem instance.
-
readonly outputSuccess :ArchActionOutput
-
The success output for this action
- Inherited From: