DB連動実装
This commit is contained in:
137
sample.json
Normal file
137
sample.json
Normal file
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"actionNodes": [
|
||||
{
|
||||
"id": "c9fa2f6a-a05b-4a2b-af8b-00addae2de6f",
|
||||
"name": "app.record.create.submit",
|
||||
"title": "レコード追加画面",
|
||||
"subTitle": "保存するとき",
|
||||
"inputPoint": "",
|
||||
"outputPoints": [],
|
||||
"isRoot": true,
|
||||
"actionProps": [],
|
||||
"ActionValue": {},
|
||||
"nextNodeIds": [
|
||||
[
|
||||
"",
|
||||
"4b39f388-f7f2-4ccd-ace2-995e60893fd3"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "4b39f388-f7f2-4ccd-ace2-995e60893fd3",
|
||||
"name": "自動採番",
|
||||
"title": "文書番号を自動採番する",
|
||||
"inputPoint": "",
|
||||
"outputPoints": [],
|
||||
"actionProps": [
|
||||
{
|
||||
"component": "InputText",
|
||||
"props": {
|
||||
"name": "displayName",
|
||||
"displayName": "文書番号を自動採番する",
|
||||
"placeholder": "表示を入力してください",
|
||||
"modelValue": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": "InputText",
|
||||
"props": {
|
||||
"displayName": "フォーマット",
|
||||
"modelValue": "",
|
||||
"name": "format",
|
||||
"placeholder": "フォーマットを入力してください"
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": "FieldInput",
|
||||
"props": {
|
||||
"displayName": "採番項目",
|
||||
"modelValue": "",
|
||||
"name": "field",
|
||||
"placeholder": "採番項目を選択してください"
|
||||
}
|
||||
}
|
||||
],
|
||||
"prevNodeId": "c9fa2f6a-a05b-4a2b-af8b-00addae2de6f",
|
||||
"nextNodeIds": [
|
||||
[
|
||||
"",
|
||||
"22cac85a-005b-434a-8ef6-25eb536e0ad3"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "22cac85a-005b-434a-8ef6-25eb536e0ad3",
|
||||
"name": "入力データ取得",
|
||||
"title": "電話番号を取得する",
|
||||
"inputPoint": "",
|
||||
"outputPoints": [],
|
||||
"actionProps": [
|
||||
{
|
||||
"component": "InputText",
|
||||
"props": {
|
||||
"name": "displayName",
|
||||
"displayName": "表示名",
|
||||
"placeholder": "表示を入力してください",
|
||||
"modelValue": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"prevNodeId": "4b39f388-f7f2-4ccd-ace2-995e60893fd3",
|
||||
"nextNodeIds": [
|
||||
[
|
||||
"",
|
||||
"c39e6d90-0063-4fdb-b3b6-9db396e402fe"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "c39e6d90-0063-4fdb-b3b6-9db396e402fe",
|
||||
"name": "条件分岐",
|
||||
"title": "電話番号入力形式チャック",
|
||||
"inputPoint": "",
|
||||
"outputPoints": [
|
||||
"はい",
|
||||
"いいえ"
|
||||
],
|
||||
"actionProps": [
|
||||
{
|
||||
"component": "InputText",
|
||||
"props": {
|
||||
"name": "displayName",
|
||||
"displayName": "表示名",
|
||||
"placeholder": "表示を入力してください",
|
||||
"modelValue": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"prevNodeId": "22cac85a-005b-434a-8ef6-25eb536e0ad3",
|
||||
"nextNodeIds": [
|
||||
[
|
||||
"いいえ",
|
||||
"e5464858-b536-4cb0-be08-396daf5092f5"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "e5464858-b536-4cb0-be08-396daf5092f5",
|
||||
"name": "エラー表示",
|
||||
"title": "エラー表示して保存しない",
|
||||
"inputPoint": "いいえ",
|
||||
"outputPoints": [],
|
||||
"actionProps": [
|
||||
{
|
||||
"component": "InputText",
|
||||
"props": {
|
||||
"name": "displayName",
|
||||
"displayName": "表示名",
|
||||
"placeholder": "表示を入力してください",
|
||||
"modelValue": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"prevNodeId": "c39e6d90-0063-4fdb-b3b6-9db396e402fe",
|
||||
"nextNodeIds": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user