[ { "id": "local-demo-tab", "type": "tab", "label": "POD Gateway · Local client", "disabled": false, "info": "Client-only flow for the standalone examples/local-gateway.js process." }, { "id": "local-demo-connector", "type": "pod-gateway-config", "name": "Local Gateway connector", "url": "ws://127.0.0.1:8080/ws", "podId": "pod-local-demo", "connectTimeout": 10000, "reconnectInterval": 3000, "verboseLogging": false, "credentials": {} }, { "id": "local-call-inject", "type": "inject", "z": "local-demo-tab", "name": "Call demo/echo", "props": [{ "p": "payload" }], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "{\"hello\":\"world\"}", "payloadType": "json", "x": 150, "y": 100, "wires": [["local-call"]] }, { "id": "local-call", "type": "pod-gateway-call", "z": "local-demo-tab", "name": "Gateway Call · demo/echo", "gateway": "local-demo-connector", "operation": "demo/echo", "timeout": 60000, "priority": "normal", "x": 410, "y": 100, "wires": [["local-call-result"], ["local-call-error"]] }, { "id": "local-call-result", "type": "debug", "z": "local-demo-tab", "name": "Call result", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "statusVal": "", "statusType": "auto", "x": 670, "y": 80, "wires": [] }, { "id": "local-call-error", "type": "debug", "z": "local-demo-tab", "name": "Call error", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "statusVal": "", "statusType": "auto", "x": 650, "y": 120, "wires": [] }, { "id": "local-out-inject", "type": "inject", "z": "local-demo-tab", "name": "Send async task", "props": [{ "p": "payload" }], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "{\"async\":true}", "payloadType": "json", "x": 160, "y": 240, "wires": [["local-out"]] }, { "id": "local-out", "type": "pod-gateway-out", "z": "local-demo-tab", "name": "Gateway Out · demo/echo", "gateway": "local-demo-connector", "operation": "demo/echo", "priority": "bulk", "acceptTimeout": 10000, "x": 410, "y": 240, "wires": [["local-out-accepted"], ["local-out-error"]] }, { "id": "local-out-accepted", "type": "debug", "z": "local-demo-tab", "name": "Accepted by gateway", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "statusVal": "", "statusType": "auto", "x": 680, "y": 220, "wires": [] }, { "id": "local-out-error", "type": "debug", "z": "local-demo-tab", "name": "Async send error", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "statusVal": "", "statusType": "auto", "x": 670, "y": 260, "wires": [] }, { "id": "local-in", "type": "pod-gateway-in", "z": "local-demo-tab", "name": "Gateway In · async result", "gateway": "local-demo-connector", "event": "demo/echo", "x": 250, "y": 360, "wires": [["local-in-result"]] }, { "id": "local-in-result", "type": "debug", "z": "local-demo-tab", "name": "Async result", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "statusVal": "", "statusType": "auto", "x": 570, "y": 360, "wires": [] } ]