From 51163e7f9594cbad1fa6748c6535dcf727af88d3 Mon Sep 17 00:00:00 2001 From: dfcarvajal Date: Wed, 22 Oct 2025 12:02:32 +0200 Subject: [PATCH] =?UTF-8?q?Conexi=C3=B3n=20inicial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flows.json | 109 +++++++++++++++++++++++++++++++++++++++++++++++- flows_cred.json | 4 +- 2 files changed, 111 insertions(+), 2 deletions(-) diff --git a/flows.json b/flows.json index 0637a08..9dbed9a 100644 --- a/flows.json +++ b/flows.json @@ -1 +1,108 @@ -[] \ No newline at end of file +[ + { + "id": "46b2a9c716b640f2", + "type": "tab", + "label": "Flujo 1", + "disabled": false, + "info": "", + "env": [] + }, + { + "id": "db09bd514ed7c061", + "type": "MSSQL-CN", + "tdsVersion": "7_3_B", + "name": "Gruassql", + "server": "10.5.14.245", + "port": "1433", + "encyption": false, + "trustServerCertificate": true, + "database": "Servicios_gruas", + "useUTC": true, + "connectTimeout": "15000", + "requestTimeout": "15000", + "cancelTimeout": "5000", + "pool": "5", + "parseJSON": false, + "enableArithAbort": true, + "readOnlyIntent": false + }, + { + "id": "c2a3d46126b60ae6", + "type": "inject", + "z": "46b2a9c716b640f2", + "name": "", + "props": [ + { + "p": "payload" + }, + { + "p": "topic", + "vt": "str" + }, + { + "p": "query", + "v": "SELECT TOP 100 * from FROM [Gestion_flotas].[dbo].[Servicios]", + "vt": "str" + } + ], + "repeat": "", + "crontab": "", + "once": false, + "onceDelay": 0.1, + "topic": "", + "payload": "", + "payloadType": "date", + "x": 130, + "y": 60, + "wires": [ + [ + "42302bcf85f48171" + ] + ] + }, + { + "id": "42302bcf85f48171", + "type": "MSSQL", + "z": "46b2a9c716b640f2", + "mssqlCN": "db09bd514ed7c061", + "name": "GruasSQL", + "outField": "payload", + "returnType": 0, + "throwErrors": 1, + "query": "", + "modeOpt": "queryMode", + "modeOptType": "query", + "queryOpt": "query", + "queryOptType": "msg", + "paramsOpt": "", + "paramsOptType": "none", + "rows": "rows", + "rowsType": "msg", + "parseMustache": true, + "params": [], + "x": 290, + "y": 60, + "wires": [ + [ + "de7b37ccb7102fa3" + ] + ] + }, + { + "id": "de7b37ccb7102fa3", + "type": "debug", + "z": "46b2a9c716b640f2", + "name": "debug 1", + "active": true, + "tosidebar": true, + "console": false, + "tostatus": false, + "complete": "true", + "targetType": "full", + "statusVal": "", + "statusType": "auto", + "x": 440, + "y": 60, + "wires": [] + } +] \ No newline at end of file diff --git a/flows_cred.json b/flows_cred.json index 9e26dfe..145e186 100644 --- a/flows_cred.json +++ b/flows_cred.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "$": "96c3579757a35b6c20afd413020b70705epc+g6VQ6wLctNnLw3YptDH7Izt5wPKI4ZVRPKJz0QSURDbr96Z/IqlhjKmAxtemz1KP84s7u0a8APPj1rj3GsYmurbiRHDwzOux48OBU9zRg==" +} \ No newline at end of file