Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Execution

Task Execution associated with the Job.

Properties

id

id: string

Unique Id assocaited with the Task Execution

Optional outcome

outcome: model.Outcome

Optional processReferenceId

processReferenceId: undefined | string

Unique process reference identifier returned by the execution client

Optional sequence

sequence: undefined | string

The sequence of the task

status

status: JobStatus

Status of the Task

Optional stepName

stepName: undefined | string

Name of the step

Optional subjects

subjects: Array<string>

Subjects which are tied to the task

Optional systemTags

systemTags: undefined | object

System tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

Optional targetId

targetId: undefined | string

Target associated with the execution

Optional taskRecordId

taskRecordId: undefined | string

The OCID of taskRecord

Optional timeEnded

timeEnded: Date

The time the task ended. An RFC3339 formatted datetime string

Optional timeStarted

timeStarted: Date

The time the task started. An RFC3339 formatted datetime string

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Execution): object

getJsonObj