All Products
Search
Document Center

Realtime Compute for Apache Flink:Manage workflow and task instances

Last Updated:Mar 26, 2026

After a workflow runs, Realtime Compute for Apache Flink creates a workflow instance for each execution. This topic explains how to view workflow instance history, inspect a task instance, and take action when a task fails or needs to be rerun.

Prerequisites

Before you begin, make sure you have:

Navigate to a workflow details page

Both procedures in this topic start from the workflow details page. Complete these steps once before viewing workflow instances or task instances.

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

  2. Find the workspace you want to manage and click Console in the Actions column.

  3. In the left-side navigation pane, click O&M > Workflows.

  4. Find the workflow and click its name to open the details page.

View workflow instance history

On the workflow details page, the Overview tab lists all workflow instances. For each instance, the tab shows the execution time and status.

image.png

To view the diagram of a specific workflow instance, click the value in the ID column in the Instance History section. The Diagrams tab opens and displays the workflow topology. Each task instance node is color-coded to reflect its state. For a full color-to-state reference, see Workflow status.

Alternatively, click the Diagrams tab directly to view the workflow instance diagram.

View and manage a task instance

  1. On the Overview tab, click the value in the ID column for a workflow instance in the Instance History section. The Diagrams tab opens.

  2. Click the task instance you want to inspect. A dialog box appears with the task instance details.

    image

    From the dialog box, take any of the following actions:

    Action When to use Description
    Show Task Logs Diagnosing task behavior View the operational logs of the task instance.
    Show Related Job Details Inspecting the underlying job Redirects to the Deployments page to view deployment details.
    Re-Run Rerunning a task after fixing an issue Reruns the task. Select Execute the same operation for downstream tasks to rerun all downstream tasks in the same operation.
    Set as Success Skipping a failed task intentionally Sets the state of a failed task to SUCCESS. Select Execute the same operation for downstream tasks to mark all downstream tasks as SUCCESS as well.
    Force Stop Terminating a task instance Terminates the task instance.

What's next