Modeling Guide for SAP Data Hub

graphs.json File

The graphs.json file contains brief information about executed graphs, including files that are completed and not deleted.

The file can be used, for example, to identify graphs with a status of dead, the last messages of a graph, and so on.
[
    {
        "src": "com.sap.demo.datagenerator",
        "name": "com.sap.demo.datagenerator",
        "executionType": "",
        "handle": "9a6eeb59abb242baabb110dba50ae178",
        "status": "running",
        "terminationRequested": false,
        "message": "Graph is currently running",
        "started": "2018-08-29T10:26:41Z",
        "updated": "2018-08-29T10:26:45Z",
        "stopped": "",
        "submitted": "2018-08-29T10:26:40Z"
    },
    ...
]