Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace JobExecutionSummary

A list of job executions. A job execution is a unit of work being executed on behalf of a job.

Properties

Optional jobKey

jobKey: undefined | string

The unique key of the parent job.

Optional jobType

jobType: model.JobType

Type of the job execution.

key

key: string

Unique key of the job execution resource.

Optional lifecycleState

lifecycleState: model.JobExecutionState

Status of the job execution, such as running, paused, or completed.

Optional parentKey

parentKey: undefined | string

The unique key of the parent execution or null if this job execution has no parent.

Optional scheduleInstanceKey

scheduleInstanceKey: undefined | string

The unique key of the triggering external scheduler resource or null if this job execution is not externally triggered.

Optional timeCreated

timeCreated: Date

The date and time the job execution was created, in the format defined by RFC3339. Example: {@code 2019-03-25T21:10:29.600Z}

Optional timeEnded

timeEnded: Date

Time that the job execution ended or null if it hasn't yet completed. An RFC3339 formatted datetime string.

Optional timeStarted

timeStarted: Date

Time that job execution started. An RFC3339 formatted datetime string.

Optional uri

uri: undefined | string

URI to the job execution instance in the API.

Functions

getDeserializedJsonObj

getJsonObj