Help Center/ Graph Engine Service/ User Guide/ Analyzing a Graph Using the Graph Editor/ Checking the Running Records of a Graph Query
Updated on 2025-08-14 GMT+08:00

Checking the Running Records of a Graph Query

The system logs your operations in a table, allowing you to review the execution progress and completion time when analyzing data.

The procedure is as follows:

  1. Access the GES graph editor. For details, see Accessing the Graph Editor.
  2. After executing Gremlin, Cypher, or DSL queries or algorithm analysis, the operation record, including name, status, request parameters, job ID, start time, and duration, will be displayed under the Running Record tab.
    Figure 1 Running Record tab
  3. The Operation column offers the following functions:
    1. To stop the execution of an algorithm while it is running, click Stop in the Operation column.
    2. To rerun Gremlin, Cypher, or DSL query requests without having to re-enter them in the query area, click Resend in the Operation column.
    3. To modify a previously executed Gremlin, Cypher, or DSL query request, click Re-enter in the Operation column and the query statement will be re-entered in the query area.
  4. To export the running record, click Export in the upper right corner and select the desired export format.
    • Cypher queries support two export formats: JSON and TXT.
    • Gremlin and DSL queries only support the JSON export format.