Enabling a Media Workflow Task

Enable a transcode, OCI AI service, thumbnail, or streaming task for an existing workflow in Media Flow.

    1. On the Media workflows list page, select the compartment containing the media workflow for which you want to enable the tasks. If you need help finding the list page, see Creating a Media Workflow.
    2. Select the name of the media workflow for which you want to enable tasks.
    3. On the details page, select Configure tasks.
    4. In the Configure tasks for media workflow panel, use the Next button to navigate to the task that you want to enable, and then select it to enable it. For details about values to enter for the tasks, see Creating a Media Workflow.
    5. At the end of the workflow, select Update.
      The configuration is saved.
  • To enable or disable a media workflow task, run the update command:

    oci media-services media-workflow update [OPTIONS]

    Required parameters for the update command:

    • --media-workflow-id [text]

    Media workflows are complex JSON objects. You can use the --from-json option and pass the body of the media workflow in a file.

    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 enable or disable a media workflow task, use the UpdateMediaWorkflow operation.