Nested Custom End node
Defines a custom exit point for the library flow by specifying an output name returned to the parent flow.
This node is available in: Library
Node configurations
- Output Name: The name of the custom exit output returned to the parent flow. This name must match the corresponding entry in the Execute Nested Flow node's Variable Output Table in the parent flow.
JSON metadata
{
"name": "nested_end_custom",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "NestedEndCustom",
"category": "flow_nodes",
"deprecated": false,
"displayName": [
{
"lang": "en",
"value": "Flow - Nested Custom End"
},
{
"lang": "it",
"value": "Flow - Nested Custom End"
}
],
"flowType": [
"library"
],
"index": 15,
"inputs": [
{
"name": "Input"
}
],
"outputs": null
}