This Specification Flow Task will delete a file from inside the vault.
Property Name | Description |
---|---|
Source File Path | Path of the file to delete (must be inside the vault). |
Constant Name | The name of the Constant into which the result should be driven. |
When this task is added, the properties are static by default.
See How To: Change A Static Property To A Dynamic Property to enable rules to be built on these properties.
Deleting a file and reporting the state of the Task in a DriveWorks Constant.
The file to delete is called MyModel.SLDPRT and is located under C:\VaultName\VaultFolder.
The Constant used for reporting is called DeleteFileFromVaultResult.
Property | Example rule | Example result | Meaning |
---|---|---|---|
Source File Path | DWVariableVaultLocation & FileToDeleteReturn | If the variable VaultLocation equals "C:\VaultName\VaultFolder\" and the FileToDelete control value equals "MyModel.SLDPRT", the path would be evaluated to "C:\VaultName\VaultFolder\MyModel.SLDPRT". | DriveWorks will delete the vault file "C:\VaultName\VaultFolder\MyModel.SLDPRT". |
Constant Name | DWConstantDeleteFileFromVaultResult | Successfully deleted 'C:\VaultName\VaultFolder\MyModel.SLDPRT' | DriveWorks will put the result of the Task in the Constant called DeleteFileFromVaultResult. |
Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.
This task supports Status Outputs. They 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
Success with Warnings
Failure (one of the following occurred)