OpenRPA version: 1.4.57.8
OpenFlow version: 1.5.9
Using app.openiap.io or self hosted openflow: both
Error message: While performing some flow tests, I noticed that InvokeOpenRPA waited correctly if the option to wait until completion was selected. InvokeOpenFlow, on the other hand, does not work, it waits forever, it triggers the bookmark only once, and if it is still idle, it does not try again. AssignOpenFlow does not load the list of flows, it displays errors in the log, and when forcing a specific ID, the same thing happens as InvokeOpenFlow.
Am I missing something?
[
{
“id”: “01aeabf6503a473f”,
“type”: “workflow in”,
“z”: “43d9b8783e1eaa19”,
“queue”: “Form com Payload”,
“rpa”: true,
“web”: true,
“exchange”: true,
“name”: “”,
“x”: 120,
“y”: 300,
“wires”: [
[
“727c4ee40718831b”
]
]
},
{
“id”: “727c4ee40718831b”,
“type”: “switch”,
“z”: “43d9b8783e1eaa19”,
“name”: “”,
“property”: “payload.texto”,
“propertyType”: “msg”,
“rules”: [
{
“t”: “null”
},
{
“t”: “empty”
},
{
“t”: “else”
}
],
“checkall”: “true”,
“repair”: false,
“outputs”: 3,
“x”: 290,
“y”: 300,
“wires”: [
[
“7782813d2880ae5a”
],
[
“7782813d2880ae5a”
],
[
“8a8d018611ec14ef”
]
]
},
{
“id”: “7782813d2880ae5a”,
“type”: “workflow out”,
“z”: “43d9b8783e1eaa19”,
“name”: “”,
“form”: “66c4a652eee029afe4b36404”,
“state”: “idle”,
“removestate”: false,
“x”: 490,
“y”: 280,
“wires”: [
]
},
{
“id”: “8a8d018611ec14ef”,
“type”: “workflow out”,
“z”: “43d9b8783e1eaa19”,
“name”: “”,
“form”: “”,
“state”: “completed”,
“removestate”: false,
“x”: 490,
“y”: 340,
“wires”: [
]
}
]