Skip to content

Commit 3a332ce

Browse files
committed
add node descriptions for new dvlint version requirement
1 parent 88638e2 commit 3a332ce

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

terraform/davinci_flows/davinci-widget-reg-authn-flow.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
]
8585
}
8686
]
87+
},
88+
"nodeDescription": {
89+
"value": "Prompt for Email"
8790
}
8891
},
8992
"status": "configured",
@@ -122,6 +125,9 @@
122125
},
123126
"userIdentifierForFindUser": {
124127
"value": "[\n {\n \"children\": [\n {\n \"text\": \"\"\n },\n {\n \"text\": \"\"\n },\n {\n \"type\": \"link\",\n \"src\": \"http.svg\",\n \"url\": \"email\",\n \"data\": \"{{local.cfpq1xg2dc.payload.output.email}}\",\n \"tooltip\": \"{{local.cfpq1xg2dc.payload.output.email}}\",\n \"children\": [\n {\n \"text\": \"email\"\n }\n ]\n },\n {\n \"text\": \"\"\n }\n ]\n }\n]"
128+
},
129+
"nodeDescription": {
130+
"value": "Check if user exists"
125131
}
126132
},
127133
"status": "configured",
@@ -228,6 +234,9 @@
228234
]
229235
}
230236
]
237+
},
238+
"nodeDescription": {
239+
"value": "Prompt for existing user password"
231240
}
232241
},
233242
"status": "configured",
@@ -309,6 +318,9 @@
309318
]
310319
}
311320
]
321+
},
322+
"nodeDescription": {
323+
"value": "Register new user"
312324
}
313325
},
314326
"status": "configured",
@@ -373,6 +385,9 @@
373385
},
374386
"username": {
375387
"value": "[\n {\n \"children\": [\n {\n \"text\": \"\"\n },\n {\n \"text\": \"\"\n },\n {\n \"type\": \"link\",\n \"src\": \"http.svg\",\n \"url\": \"email\",\n \"data\": \"{{local.0di26c5iy7.payload.output.email}}\",\n \"tooltip\": \"{{local.0di26c5iy7.payload.output.email}}\",\n \"children\": [\n {\n \"text\": \"email\"\n }\n ]\n },\n {\n \"text\": \"\"\n }\n ]\n }\n]"
388+
},
389+
"nodeDescription": {
390+
"value": "Create new user"
376391
}
377392
},
378393
"status": "configured",
@@ -437,6 +452,9 @@
437452
},
438453
"nodeTitle": {
439454
"value": "Successfully Completed Login"
455+
},
456+
"nodeDescription": {
457+
"value": "Display login success"
440458
}
441459
},
442460
"status": "configured",
@@ -495,6 +513,9 @@
495513
},
496514
"password": {
497515
"value": "[\n {\n \"children\": [\n {\n \"text\": \"\"\n },\n {\n \"text\": \"\"\n },\n {\n \"type\": \"link\",\n \"src\": \"http.svg\",\n \"url\": \"password\",\n \"data\": \"{{local.eg2kadjdo1.payload.output.password}}\",\n \"tooltip\": \"{{local.eg2kadjdo1.payload.output.password}}\",\n \"children\": [\n {\n \"text\": \"password\"\n }\n ]\n },\n {\n \"text\": \"\"\n }\n ]\n }\n]"
516+
},
517+
"nodeDescription": {
518+
"value": "Check provided password"
498519
}
499520
},
500521
"status": "configured",
@@ -564,6 +585,9 @@
564585
},
565586
"nodeTitle": {
566587
"value": "Successfully Completed Reg"
588+
},
589+
"nodeDescription": {
590+
"value": "Display successful registration"
567591
}
568592
},
569593
"status": "configured",

0 commit comments

Comments
 (0)