Home Search

DriveWorks Pro 24
PDMPro: Get the Configurations for a file

Send Feedback

PDMPro: Get the Configurations for a file

This Specification task will return an array of the configuration for a file.

Properties

Property NameDescription
Source File PathThe full file path to the file whose configurations to get.
Version or RevisionThe version of the file to retrieve (leave blank for the latest)
Constant NameThe name of the Constant into which the result should be driven (Optional).

Examples

Property NameExample RuleMeaning
Source File Path"C:\PDM Vault\DriveWorks\TestFile.txt"The TextFile.txt’s configurations will be returned.
Version or Revision5The configurations will be returned from version 5
Constant NameDWConstantResult This will drive the result of the task in the 'Result' Constant.

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.

Output

  • Result

    A single-column array of configurations.

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.

The status output navigation is as follows:

Success

  • Successfully retrieved Configurations for the file for the given Version/Revision

Success with Warnings

  • N/A - Should never be fulfilled

Failed

  • Unable to retrieve Configurations for the file for the given Version/Revision (see report for reason)