JobStepExecution Document (Data API 17.1)
Property | Type | Constraints | Description |
---|---|---|---|
duration
|
Long | Time in milliseconds, the job needed to be finished. | |
end_time
|
DateTime | Timestamp, when execution was finished. | |
execution_scope
|
String | The ID of the scope this step is or was executed for. | |
execution_status
|
Enum {pending, running, finished} | Current execution status. If the execution is running 'running' is returned. If the execution is pending 'pending' is returned. If the execution is finished 'finished' is returned. | |
exit_status
|
Status | The exit status of the execution, if already finished. | |
id
|
String | ID of the execution object. | |
include_steps_from_job_id
|
String | ID of the job the step of this step execution was included from, if the step was included from another job. | |
modification_time
|
DateTime | Timestamp of the last modification time for the execution. | |
start_time
|
DateTime | Timestamp, when execution was started. | |
status
|
String | Current status. If the execution is running 'running' is returned. If the execution is pending 'pending' is returned. If the execution is finished the exit status code of the execution is returned. | |
step_description
|
String | Description of the step, this execution belongs to.ID of the step | |
step_id
|
String | ID of the step, this execution belongs to.ID of the step | |
step_type_id
|
String | ID of the step's type at the time it is or was executed. | |
step_type_info
|
String | Additional information regarding the step's type at the time it is or was executed (e.g. name of a script module and function). |
X
OCAPI versions 15.x and 16.x will be retired on March 31, 2021. For dates and more information, see the OCAPI versioning and deprecation policy and this Knowledge Article.