Change Type Workflow Operation

ID: changetype

Description

The change type workflow operation can be used to change the type of media package elements.

Parameter Table

Configuration Key Description Example
source-flavors The source flavor(s) to select from presenter/source
source-tags Comma-separated list of source-tags archive
target-flavor* The target flavor presenter/target
target-type* The target type track

* mandatory configuration key

Notes:

Operation Example

<operation
    id="changetype"
    description="Change type of captions to track">
  <configurations>
    <configuration key="source-flavors">captions/*</configuration>
    <configuration key="target-flavor">captions/source</configuration>
    <configuration key="target-type">track</configuration>
  </configurations>
</operation>