{
	"nodes": [
		{
			"id": 635622,
			"labels": [
				"IA_Function"
			],
			"properties": {
				"container.id": "myInputView",
				"schema": "evaluate({\r\n    fields: {\r\n\t   id : {\r\n\t      model: 'id',\r\n\t\t  label: 'Id',\r\n\t\t  type: 'input',\r\n\t\t  inputType: 'number',\r\n\t\t  disabled: true\r\n\t   },\r\n\t   name : {\r\n\t      model: 'name',\r\n\t\t  label: 'Name',\r\n\t\t  type: 'input',\r\n\t\t  inputType: 'text'\r\n\t   },\r\n\t   submit: {\r\n\t\t type: 'submit',\r\n\t\t buttonText: 'Send to TableView'\r\n\t  }\r\n\t}\r\n})",
				"type": "InputView"
			}
		},
		{
			"id": 635535,
			"labels": [
				"IA_Function"
			],
			"properties": {
				"cypher": "MATCH (n:Person)\r\nRETURN id(n) AS id, n.name AS name \r\nLIMIT 10",
				"store": "data",
				"type": "Query"
			}
		},
		{
			"id": 635242,
			"labels": [
				"IA_Function"
			],
			"properties": {
				"_instance": "tv001",
				"type": "TableView"
			}
		}
	],
	"relations": [
		{
			"id": 894663,
			"source": 635535,
			"target": 635242,
			"type": "TRIGGER",
			"properties": {
				"#data": "(%).data",
				"(%).data.length > 3": "true",
				"type": "success"
			}
		},
		{
			"id": 580428,
			"source": 635535,
			"target": 635242,
			"type": "TRIGGER",
			"properties": {
				"#data": "evaluate([\r\n   {\"message\": \"an error occurred\"}\r\n])",
				"type": "error"
			}
		},
		{
			"id": 894664,
			"source": 635242,
			"target": 635622,
			"type": "TRIGGER",
			"properties": {
				"$data": "(%).data",
				"type": "rowClick"
			}
		},
		{
			"id": 580430,
			"source": 635622,
			"target": 635242,
			"type": "TRIGGER",
			"properties": {
				"#_update.change.data": "evaluate([\r\n   {id: (%).data.id, name: (%).data.name}\r\n])",
				"type": "submit"
			}
		},
		{
			"id": 894524,
			"source": 635622,
			"target": 635622,
			"type": "TRIGGER",
			"properties": {
				"$_instance": "_previous",
				"$kill": "true"
			}
		}
	]
}