Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
ComputeResource | Input | string | Mandatory | The name of the remote computer to query. Allowed values: ['SCARF@STFC‘] |
JobId | Output | str list | ID string for the job | |
JobStatusString | Output | str list | Description of the job’s current status (Queued, Running, Complete, etc..) | |
JobName | Output | str list | Name of the job (specified when the job was submitted) | |
ScriptName | Output | str list | The name of the python script that was executed | |
TransID | Output | str list | The ID of the transaction that owns the job | |
SubmitDate | Output | str list | The date & time the job was submitted | |
StartDate | Output | str list | The date & time the job actually started executing | |
CompletionDate | Output | str list | The date & time the job finished |
Query a remote compute resource for all jobs the user has submitted. Note that the output properties are all arrays. There will be one element for each job that was found.
For more details, see the remote job submission API docs.
Categories: Algorithms | Remote