Hello Allan, I want to retrieve data captured by RPA through Node-Red and process it on Node-Red (such as calling an HTTP interface to send this data). I see that there are no such issues on the forum. Does Node-Red currently support this?
I am trying to send data to Node-Red using senddata, but I am unable to obtain the actual console information.
OpenRPA → NodeRED
Add a Workflow in
and Workflow out
node to NodeRED. On the Workflow in
make sure you enable the RPA checkbox.
Now you can “call” the Workflow in
from OpenRPA using Invoke OpenFlow
activity.
If you need to call a rest service, you can do that “between” the two workflow nodes and send the result back to OpenRPA
NodeRED → OpenRPA
Add a Robot
node to NodeRED, and select a robot user and workflow you want to run.
You can then expose this workflow as a REST service using the http in
and http response
nodes.
Sorry Allan, I’m unable to find the Workflow in node that I published in Node-RED within the Invoke OpenFlow activity of openRPA. Do I need to configure anything? When I created the Workflow in node, I just randomly entered the Queue name. Will this affect my ability to retrieve it? Also, is there anything else I need to configure elsewhere?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.