Tagging a Media Workflow

Add tags to a media workflow resource to help you organize it according to your business needs in Media Flow. Adding tags is optional.

You can add tags at the time you create a resource, or you can update the resource later with the required tags. For general information about applying tags, see Resource Tags.

You can tag the following media workflow resources:

  • media-workflow
  • media-workflow-configuration
  • media-workflow-job
    1. Open the navigation menu and click Analytics & AI. Under Media Services, click Media Flow.
    2. On the Media Workflows list page, select the compartment containing the media workflow that you want to tag.
    3. Click the name of the media workflow that you want to tag.
    4. On the Media Workflow details page, click Add tags.
    5. In the Add tags dialog box, provide the following details:
      • Tag namespace: To add a defined tag, select an existing namespace. To add a free-from tag, leave the value blank.
      • Tag key: To add a defined tag, select an existing tag key. To add a free-form tag, type the key name that you want.
      • Tag value: Type the tag value that you want.
    6. If you want to add more tags, click Add tag. If you want to remove a tag, click X.
    7. Click Add tags.
  • To add a tag in a media workflow, run the update command:

    oci media-services media-workflow update [OPTIONS]

    Required parameters for the update command:

    • --media-workflow-id [text]

    To get all the commands for media-workflow:

    oci media-services media-workflow -h

    To get help for the update command:

    oci media-services media-workflow update -h

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • To add a tag in a media workflow, use the UpdateMediaWorkflow operation. Include the –defined-tags and –freeform-tags param attributes and their values.