objectType JobExecution¶
the execution of a job on a computational resource
Members¶
| name | type | mult | description |
|---|---|---|---|
| id | ivoa:string | Unique job execution identifier | |
| runId | ivoa:string | optional | this is a client supplied identifier - the system does nothing other than to return it as part of the description of the job |
| ownerID | ivoa:string | the identifier of the user who owns the job execution | |
| tool | tool:Tool | the tool being executed | |
| inputs | ParameterValue | 0 or more | the input parameter values for the job execution |
| outputs | ParameterValue | 0 or more | the output parameter values for the job execution |
| status | ExecutionPhase | the current status of the job execution | |
| executionNode | ExecutionNode | the node where the job is being executed | |
| creationTime | ivoa:datetime | the time when the job execution was created | |
| startTime | ivoa:datetime | optional | the start time of the job execution |
| endTime | ivoa:datetime | optional | the time at which the job execution finished |
| destructionTime | ivoa:datetime | optional | the time at which the job execution will be destroyed |
| performanceMetrics | PerformanceMetric | 0 or more | performance metrics for the job execution |
References Detail¶
-
tool:Tool is model wide.
-
ExecutionNode is model wide.