flows/flows.json
gitea_admin_user 12c4821850
Some checks failed
Build and Push Docker Image / build_and_push (push) Has been cancelled
Build and Push Docker Image / test (push) Has been cancelled
Add initial files
2025-02-05 17:51:22 +00:00

20 lines
562 B
JSON

{
"nodes": [
{
"id": "c2w3wcw04fjyio9un4f",
"data": { "label": "Request" },
"position": { "x": 0, "y": 150 },
"type": "requestNode"
},
{
"id": "c2xjc7k07ahdxoi7ad7",
"data": { "label": "+" },
"position": { "x": 0, "y": 150 },
"type": "placeholder"
}
],
"edges": [
{ "id": "c2w3wcw04fjyio9un4f=>c2xjc7k07ahdxoi7ad7", "source": "c2w3wcw04fjyio9un4f", "target": "c2xjc7k07ahdxoi7ad7", "type": "placeholder" }
]
}