Enabling a Media Workflow Task

Enable a transcode, OCI AI service, thumbnail, or streaming task, while creating or editing a workflow in Media Flow.

    1. Open the navigation menu and click Analytics & AI. Under Media Services, click Media Flow.
    2. On the Media Workflow list page, select the compartment containing the media workflow for which you want to enable the tasks.
    3. Click the name of the media workflow for which you want to enable tasks.
    4. On the Media Workflow details page, under Configuring Tasks for Media Workflow section, click the task that you want to enable.
    5. Click Enable this Task.
      Note

      To disable a task, click Disable this Task. Disabled tasks have a Task Disabled icon.
    6. Click Save.
      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.