Help Center> FunctionGraph> User Guide> Flow Management> Managing Flow Executions
Updated on 2023-11-06 GMT+08:00

Managing Flow Executions

Viewing the Execution History of a Standard Flow

  1. Log in to the FunctionGraph console, and choose Flows in the navigation pane.
  2. On the Flows page, click the target flow to go to the details page.
  3. Click the Executions tab and view the executions.
  4. Search for an execution by ID. On the left shows the latest 100 executions of the flow.

    • Click an execution. The execution result is displayed on the canvas in the middle. Nodes in green are successful, and nodes in red have failed.
      Figure 1 Execution failed
    • Below the canvas is the input and output of this flow. Click a node on the canvas to view its input and output.

      Output fields with value null will not be displayed.

    • The logs area in the bottom displays the execution records of all nodes.

Viewing Execution Logs of an Express Flow

  1. Return to the FunctionGraph console, and choose Flows in the navigation pane.
  2. On the Flows page, click the target function flow to go to the Basic Information page.
  3. Click the Logs tab to view the execution logs.
  4. Filter logs by request ID or time range. Then click a request ID to view log details.

Retrying an Execution

  1. Return to the FunctionGraph console, and choose Flows in the navigation pane.
  2. On the Flows page, click the target flow to go to the details page.
  3. Click the Executions tab and view the executions.
  4. Click the retry icon on the right of a failed execution. If the retry is successful, a new record is generated.

Stopping an Execution

  1. Return to the FunctionGraph console, and choose Flows in the navigation pane.
  2. On the Flows page, click the target flow to go to the details page.
  3. Click the Executions tab, and click the stop icon on the right of the target execution. After the execution is stopped, its status changes to Cancel.