Home Search

DriveWorks Pro 24
Upgrade: Get Previous Control Input

Send Feedback

Upgrade: Get Previous Control Input

The Get Previous Control task will retrieve the current value of a given Control before upgrading the specification.

This task will only work when the specification is being upgraded.

See Data Management - Upgrade Specification for more information.

Properties

Property NameDescription
TitleChanges the Title (not the name) of the task.
Source Control NameThe name of the Control to retrieve

Examples

Property NameExample RuleMeaning
Source Control Name="OrderID"This will result in the value of the Control named OrderID being retrieved, for example No-009346.

The value can be obtained from the Value Data Output.

Using the Task in a Specification Macro

This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.

Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.

Data Outputs

Value

This will return the value of the given Control.

This connection point can be linked to another task, such as Drive Constant Value, to report the value once the task has been executed.

Status Outputs

This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.

The status output navigation is as follows:

Success

  • The task was successfully run.

Success with Warnings

  • N/A - Should never be fulfilled.

Failed

  • Source Control Name not found.