Monitoring a Media Flow Job

Check the lifecycle state on the Job details page in Media Flow.

When a job fails, the task that failed has a Status (lifecycleState) of FAILED. To view the reason code for the failure, see the Error Details (lifecycleDetails) field of that task.

    1. Open the navigation menu and click Analytics & AI. Under Media Services, click Media Flow Jobs.
    2. On the Jobs list page, select the compartment containing the job for which you want to view the lifecycle state.
    3. Click the name of the job for which you want to view the lifecycle state.
      On the Job details page, in the Details tab, you can view the status of the job.
  • To monitor a Media Flow job, use the get command:

    oci media-services media-workflow-job get [OPTIONS]

    Required parameters for the get command:

    • --media-workflow-job-id [text]

    To get all the commands for media-workflow-job:

    oci media-services media-workflow-job -h

    To get help for the get command:

    oci media-services media-workflow-job get -h

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

  • To monitor a Media Flow job, use the GetMediaWorkflowJob operation.