JobStepExecution document (Data API 23.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 execution was or is running. | |
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, pausing, paused, resuming, resumed, restarting, restarted, retrying, retried, aborting, aborted, finished, unknown} | Current execution status of the step.
|
|
exit_status |
Status | The exit status of the step execution, if the step execution is in execution status 'finished', 'paused' or 'aborted' and is not executed currently anymore. | |
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 | The current status. If the step execution is currently executed (execution status is one of 'pending', 'running', 'pausing') the execution status is returned. If the step execution is not executed currently anymore (execution status is one one 'finished', 'paused' or 'aborted') the exit status code of the step execution is returned. | |
status_metadata |
StatusMetadata | The metadata of the status. | |
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.