{ "id": "no_terminal_nodes", "name": "no_terminal_nodes", "version" : 1, "requirements": [ { "xtype": "flow", "version": 1 }, { "xtype": "flox", "version": 1 } ], "variables" : { "input" : [ ], "output" : [ ], "local" : [ { "name" : "ReturnValue", "vtype" : "boolean", "value" : "false" } ] }, "nodes": [ { "id": 1, "nodetype": "flow", "action": "start", "label" : "Start", "parameters": {} }, { "id": 3, "nodetype": "flox", "action": "evalexpr", "label" : "eval expression", "parameters": { "name" : "ReturnValue", "expression" : "1 + 1" } } ], "edges": [ [ 1, 3 ] ], "branches" : [ ] }