Description Usage Format Fields
Job Class
1 |
An object of class R6ClassGenerator of length 24.
appIdThe unique name of the application being run by this job. This must be a valid application that the calling user has permission to run.
archiveWhether the output from this job should be archived. If true, all new files created by this application's execution will be archived to the archivePath in the user's default storage system.
archivePathThe path of the archive folder for this job on default storage sytem of the user
archiveSystemThe unique id of the storage system on which this job output will be staged.
batchQueueThe queue to which this job should be submitted. This is optional and only applies when the execution system has a batch scheduler.
endTimeThe date the job stopped running due to termination, completion, or error in ISO 8601 format.
executionSystemThe system id of the execution system.
idThe unique id of the job.
inputslocalIdThe process or local job id of the job on the remote execution system.
memoryPerNodeThe requested memory for this application to run given in GB.
messageThe error message incurred when the job failed.
nameThe name of the job.
nodeCountThe number of processors this application should utilize while running. If the application is not of executionType PARALLEL, this should be 1.
notificationsAn array of notifications you wish to receive.
outputPathRelative path of the job output data.
ownerThe job owner.
parametersprocessorsPerNodeThe number of processors this application should utilize while running. If the application is not of executionType PARALLEL, this should be 1.
maxRunTimeThe requested compute time needed for this application to complete given in HH:mm:ss format.
retriesThe number of retires it took to submit this job.
startTimeThe date the job started in ISO 8601 format.
statusThe status of the job. Possible values are: PENDING, STAGING_INPUTS, CLEANING_UP, ARCHIVING, STAGING_JOB, FINISHED, KILLED, FAILED, STOPPED, RUNNING, PAUSED, QUEUED, SUBMITTING, STAGED, PROCESSING_INPUTS, ARCHIVING_FINISHED, ARCHIVING_FAILED
submitTimeThe date the job was submitted in ISO 8601 format.
workPathThe directory on the remote execution system from which the job is running.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.