Clone Workflow Operation

ID: clone

Description

The clone workflow operation can be used to clone media package elements.

Parameter Table

Configuration Key Example Description
source-flavor presenter/source The source flavor(s) to clone
source-tags archive Comma-separated list of source-tags
target-flavor* presenter/target The target flavor

* mandatory configuration key

Notes:

Source Flavor

If source-flavor is specified as e.g. */source, all matching media package elements will be cloned and have the new flavor <original-flavor>/target.

Target Flavor

If target-flavor is specified as e.g. */target, the target flavors will have the subtype target and the type from the source If target-flavor is specified as e.g. target/*, the target flavors will have the type target and the subtype from the source.

Operation Example

  - id: clone
    exception-handler-workflow: partial-error
    configurations:
      - source-flavor: '*/source'
      - source-tags: archive
      - target-flavor: '*/target'