Conexión inicial
This commit is contained in:
109
flows.json
109
flows.json
@@ -1 +1,108 @@
|
||||
[]
|
||||
[
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user