diff --git a/examples/directory/forms/New Kyc form.json b/examples/directory/forms/New Kyc form.json index 157d70a7b..0a472251d 100644 --- a/examples/directory/forms/New Kyc form.json +++ b/examples/directory/forms/New Kyc form.json @@ -36,6 +36,19 @@ } } ], + "next_node": "flow_nyxC" + } + }, + { + "id": "flow_nyxC", + "type": "FLOW", + "coordinates": { + "x": 1000, + "y": 0 + }, + "alias": "update kyc name", + "config": { + "flow_id": "Update KYC Name", "next_node": "$ending" } } diff --git a/examples/yaml/forms/New Kyc form.json b/examples/yaml/forms/New Kyc form.json index 157d70a7b..0a472251d 100644 --- a/examples/yaml/forms/New Kyc form.json +++ b/examples/yaml/forms/New Kyc form.json @@ -36,6 +36,19 @@ } } ], + "next_node": "flow_nyxC" + } + }, + { + "id": "flow_nyxC", + "type": "FLOW", + "coordinates": { + "x": 1000, + "y": 0 + }, + "alias": "update kyc name", + "config": { + "flow_id": "Update KYC Name", "next_node": "$ending" } }