Skip to content

Commit 3568342

Browse files
docs: link flow to a form in examples (#1075)
* docs: link flow to a form in examples * chore: add docs to directory example --------- Co-authored-by: Kushal <[email protected]>
1 parent 50d1273 commit 3568342

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

examples/directory/forms/New Kyc form.json

+13
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@
3636
}
3737
}
3838
],
39+
"next_node": "flow_nyxC"
40+
}
41+
},
42+
{
43+
"id": "flow_nyxC",
44+
"type": "FLOW",
45+
"coordinates": {
46+
"x": 1000,
47+
"y": 0
48+
},
49+
"alias": "update kyc name",
50+
"config": {
51+
"flow_id": "Update KYC Name",
3952
"next_node": "$ending"
4053
}
4154
}

examples/yaml/forms/New Kyc form.json

+13
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@
3636
}
3737
}
3838
],
39+
"next_node": "flow_nyxC"
40+
}
41+
},
42+
{
43+
"id": "flow_nyxC",
44+
"type": "FLOW",
45+
"coordinates": {
46+
"x": 1000,
47+
"y": 0
48+
},
49+
"alias": "update kyc name",
50+
"config": {
51+
"flow_id": "Update KYC Name",
3952
"next_node": "$ending"
4053
}
4154
}

0 commit comments

Comments
 (0)