Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
ComputeResource | Input | string | Mandatory | The name of the remote computer to query. Allowed values: ['SCARF@STFC‘] |
TransactionID | Input | string | Mandatory | The ID of the transaction who’s files we want to list |
FileNames | Output | str list | The names of all the files that were found |
Get a list of the files associated with the specified transaction on the (remote) compute resource. The transaction must have been created previously with StartRemoteTransaction v2.
For specific details on remote algorithms when using the Mantid web service remote job submission API, see the remote job submission API docs.
Version 1 queries the list of files using the Mantid remote job submission API. This is still supported as one of the variants of Versions 2 and above, when the compute resource uses the Mantid remote job submission API as job manager (underlying remote job scheduling mechanism).
Categories: Algorithms | Remote
C++ source: QueryRemoteFile2.cpp (last modified: 2016-10-26)
C++ header: QueryRemoteFile2.h (last modified: 2016-06-07)