Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SystemMediaWorkflow

A named list of tasks to be used to run a job or as a template to create a MediaWorkflow.

Properties

Optional description

description: undefined | string

Description of this workflow's processing and how that processing can be customized by specifying parameter values.

Optional locks

Locks associated with this resource.

name

name: string

System provided unique identifier for this static media workflow.

Optional parameters

parameters: undefined | object

JSON object representing named parameters and their default values that can be referenced throughout this workflow. The values declared here can be overridden by the MediaWorkflowConfigurations or parameters supplied when creating MediaWorkflowJobs from this MediaWorkflow.

tasks

tasks: Array<MediaWorkflowTask>

The processing to be done in this workflow. Each key of the MediaWorkflowTasks in this array is unique within the array. The order of the items is preserved from the order of the tasks array in CreateMediaWorkflowDetails or UpdateMediaWorkflowDetails.

Functions

getDeserializedJsonObj

getJsonObj