Table of Contents
Warning
QueryRemoteJob is deprecated. Use QueryRemoteJob version 2 instead.
| Name | Direction | Type | Default | Description |
|---|---|---|---|---|
| ComputeResource | Input | string | Mandatory | The name of the remote computer to query. Allowed values: ['SCARF@STFC‘] |
| JobID | Input | string | Mandatory | The ID of the job to query |
| JobName | Output | string | The name of the job | |
| ScriptName | Output | string | The name of the script that was (or will be) executed | |
| JobStatusString | Output | string | The current status of the job (Queued, Running, Complete, etc..) | |
| TransID | Output | string | The transaction ID this job was submitted under | |
| SubmitDate | Output | string | The date & time the job was submitted | |
| StartDate | Output | string | The date & time the job actually started executing | |
| CompletionDate | Output | string | The date & time the job finished |
Query a remote compute resource for a specific job the user has submitted.
For more details, see the remote job submission API docs.
Categories: Algorithms | Remote | Deprecated