Updated on 2024-06-17 GMT+08:00

Check Running Records

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. Log in to the GES graph editor. For details, see Accessing the GES Graph Editor.
  2. After executing a Gremlin/Cypher/DSL query or algorithm analysis, the operation record name, status, request parameters, job ID, start time, and duration will be displayed under the Running Record tab. Clicking the Query Result tab will take you to the query results page, where you can view the complete results of the operation.
    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.