All Products
Search
Document Center

Realtime Compute for Apache Flink:View and manage job status

Last Updated:Mar 26, 2026

Monitor and control Flink job lifecycles from the Job O&M page in Operation Center. This page shows the current status of each job and lets you start, stop, snapshot, or delete jobs.

Prerequisites

Before you begin, ensure that you have:

View job status

  1. Log on to the Realtime Compute for Apache Flink console.

  2. In the Actions column of the target workspace, click Console.

  3. In the left-side navigation pane, choose Operation Center > Job O&M.

  4. Find the target job and check its current state in the Status column. The following table describes each job status.

    Category Status Description
    Transitional Starting The job is starting.
    Stable Running The job is running normally. For stream jobs, the Health Score column shows overall job health. A score below 100 indicates a potential issue — click the score to run an intelligent diagnosis, which identifies the cause and suggests corrective actions. For more information, see Intelligent job diagnosis.
    Stable Finished The job completed successfully. Batch jobs and bounded stream jobs enter this state upon completion.
    Stable Stopped The job was manually stopped. This state is set after you click Stop.
    Failed Failed The job encountered an error and stopped running. A job in Failed status is automatically flagged as abnormal.

Manage job status

  1. Log on to the Realtime Compute for Apache Flink console.

  2. In the Actions column of the target workspace, click Console.

  3. In the left-side navigation pane, choose Operation Center > Job O&M, then click the name of the target job.

  4. On the job details page, click the appropriate action button on the right.

    Action Description
    Start Starts the job.
    Stop Stops the job. The job status changes to Stopped.
    Create Snapshot Creates a savepoint for the deployment at the current point in time. Configure a snapshot address before using this action; otherwise, the savepoint fails. For more information, see Manually create a savepoint.
    Delete Deletes the job. Only jobs in Stopped status can be deleted.