Files
lucia-frontend/cypress/fixtures/api/discover.json
2026-03-05 20:52:38 +08:00

58 lines
2.1 KiB
JSON

{
"process_map": {
"vertices": [
{
"id": 0,
"type": "event",
"event_type": "start",
"label": "start"
},
{
"id": 1,
"type": "activity",
"label": "Task A",
"freq": { "total": 150, "rel_freq": 1.0, "average": 150, "median": 150, "max": 150, "min": 150, "cases": 150 },
"duration": { "total": 5400, "rel_duration": 0.6, "average": 36, "median": 30, "max": 60, "min": 10 }
},
{
"id": 2,
"type": "activity",
"label": "Task B",
"freq": { "total": 120, "rel_freq": 0.8, "average": 120, "median": 120, "max": 120, "min": 120, "cases": 120 },
"duration": { "total": 2700, "rel_duration": 0.3, "average": 22.5, "median": 20, "max": 45, "min": 5 }
},
{
"id": 3,
"type": "event",
"event_type": "end",
"label": "end"
}
],
"edges": [
{ "tail": 0, "head": 1, "freq": { "total": 150, "rel_freq": 1.0, "average": 150, "median": 150, "max": 150, "min": 150 }, "duration": null },
{ "tail": 1, "head": 2, "freq": { "total": 120, "rel_freq": 0.8, "average": 120, "median": 120, "max": 120, "min": 120 }, "duration": { "total": 1800, "rel_duration": 0.5, "average": 15, "median": 10, "max": 30, "min": 5 } },
{ "tail": 2, "head": 3, "freq": { "total": 120, "rel_freq": 0.8, "average": 120, "median": 120, "max": 120, "min": 120 }, "duration": null },
{ "tail": 1, "head": 3, "freq": { "total": 30, "rel_freq": 0.2, "average": 30, "median": 30, "max": 30, "min": 30 }, "duration": null }
]
},
"bpmn": {
"vertices": [],
"edges": []
},
"stats": {
"cases": { "count": 150, "total": 200, "ratio": 0.75 },
"traces": { "count": 45, "total": 60, "ratio": 0.75 },
"task_instances": { "count": 1200, "total": 1500, "ratio": 0.8 },
"tasks": { "count": 12, "total": 15, "ratio": 0.8 },
"started_at": "2025-01-01T00:00:00Z",
"completed_at": "2025-06-01T00:00:00Z",
"case_duration": {
"min": 3600,
"max": 864000,
"average": 172800,
"median": 86400
}
},
"insights": []
}