Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MediaWorkflowJob

A MediaWorkflowJob represents a run of a MediaWorkflow for a specific set of parameters and configurations.

Properties

compartmentId

compartmentId: string

Compartment Identifier.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional displayName

displayName: undefined | string

Name of the Media Workflow Job. Does not have to be unique. Avoid entering confidential information.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

id

id: string

Unique identifier for this run of the workflow.

Optional lifecycleDetails

lifecycleDetails: undefined | string

The lifecyle details.

Optional lifecycleState

lifecycleState: LifecycleState

The current state of the MediaWorkflowJob.

Optional locks

Locks associated with this resource.

Optional mediaWorkflowConfigurationIds

mediaWorkflowConfigurationIds: Array<string>

Configurations to be applied to this run of the workflow.

mediaWorkflowId

mediaWorkflowId: string

The workflow to execute.

Optional outputs

outputs: Array<JobOutput>

A list of JobOutput for the workflowJob.

Optional parameters

parameters: undefined | object

Parameters that override parameters specified in MediaWorkflowTaskDeclarations, the MediaWorkflow, the MediaWorkflow's MediaWorkflowConfigurations and the MediaWorkflowConfigurations of this MediaWorkflowJob. The parameters are given as JSON. The top level and 2nd level elements must be JSON objects (vs arrays, scalars, etc). The top level keys refer to a task's key and the 2nd level keys refer to a parameter's name.

Optional runnable

runnable: undefined | object

A JSON representation of the job as it will be run by the system. All the task declarations, configurations and parameters are merged. Parameter values are all fully resolved.

Optional systemTags

systemTags: undefined | object

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

Optional taskLifecycleState

taskLifecycleState: Array<MediaWorkflowTaskState>

Status of each task.

Optional timeCreated

timeCreated: Date

Creation time of the job. An RFC3339 formatted datetime string.

Optional timeEnded

timeEnded: Date

Time when the job finished. An RFC3339 formatted datetime string.

Optional timeStarted

timeStarted: Date

Time when the job started to execute. An RFC3339 formatted datetime string.

Optional timeUpdated

timeUpdated: Date

Updated time of the job. An RFC3339 formatted datetime string.

Functions

getDeserializedJsonObj

getJsonObj