diff --git a/app/assets/json/bzGraflow/testFlow2.json b/app/assets/json/bzGraflow/testFlow2.json
index 4d272e6..56b982f 100644
--- a/app/assets/json/bzGraflow/testFlow2.json
+++ b/app/assets/json/bzGraflow/testFlow2.json
@@ -4,27 +4,33 @@
"nodes":[
{ "nodeType": "start",
"id": "aze",
- "coords": { "x": 220, "y": 20}
+ "coords": { "x": 220, "y": 20},
+ "markup": { "text": "Start" }
},
{ "nodeType": "process",
"id": "aze2",
- "coords": { "x": 220, "y": 120}
+ "coords": { "x": 220, "y": 120},
+ "markup": { "text": "x = alph - 1" }
},
{ "nodeType": "condition",
"id": "qsd",
- "coords": { "x": 250, "y": 270}
+ "coords": { "x": 250, "y": 270},
+ "markup": { "text": "x > 0" }
},
{ "nodeType": "preparation",
"id": "qsd2",
- "coords": { "x": 250, "y": 470}
+ "coords": { "x": 250, "y": 470},
+ "markup": { "text": "prepare SQL" }
},
{ "nodeType": "database",
"id": "wcx",
- "coords": { "x": 500, "y": 450}
+ "coords": { "x": 500, "y": 450},
+ "markup": { "text": "MySQL
Store" }
},
{ "nodeType": "end",
"id": "ert",
- "coords": { "x": 250, "y": 650}
+ "coords": { "x": 250, "y": 650},
+ "markup": { "text": "End" }
}
],
"links": [