JobStepExecution document (Data API 18.2)

Property Type Constraints Description
chunk_size Integer   The chunk size for a chunk oriented step execution, otherwise null.
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.
is_chunk_oriented boolean   True if this execution represents a chunk oriented step execution.
item_filter_count Integer   The current number of items that have been filtered for a chunk oriented step execution, otherwise null.
item_write_count Integer   The current number of items that have been written for a chunk oriented step execution, otherwise null.
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).
total_item_count Long   The total number of items that will be processed for a chunk oriented step execution (null if unknown), otherwise null.
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.