I cannot retrieve the return value from the robot using Node-RED.

I have been unable to retrieve output arguments from the robot when executing it from Node-RED, although it used to work fine before. Specifically, the issue occurs as follows:

  1. Executing the robot from Node-RED using input arguments works fine.
  2. Retrieving the return value from the robot when executed from OpenFlow works fine.
  3. Retrieving the return value from the robot when executed from Node-RED is not working.

Do you have any ideas for resolving this issue?
Here are the relevant logs:

[10:08:37.086][Network] Send (1) insertorupdateone / {"w":0,"j":false,"uniqeness":null,"item":{"Bookmarks":null,"correlationId":"c50e82be80a370d5","queuename":"unknown.nt32anipa","console":null,"InstanceId":"ee9547b0-4029-4900-825d-760eb11edb11","WorkflowId":"bb1ee847-6343-4c24-ad54-f8308d802c04","caller":null,"RelativeFilename":"Test Project/NewWorkflow.xaml","projectid":"63aa8ac334887b8072f44578","projectname":"Test Project","xml":null,"owner":"sakai_miho@torihada.co.jp","ownerid":"62bd3ce51390339927ad39d2","host":"torihada0016-pc","fqdn":"torihada0016-pc","errormessage":null,"errorsource":null,"isCompleted":true,"hasError":false,"state":"completed","parentspanid":null,"spanid":"507606aa9cd5db70","TraceId":"00000000000000000000000000000000","_id":"261710e7ec974a79bd057694b25e3bf1","_type":"workflowinstance","name":"New Workflow","_modified":"2023-03-24T10:08:33.217+09:00","_modifiedby":"sakai_miho@torihada.co.jp","_modifiedbyid":"62bd3ce51390339927ad39d2","_created":"2023-03-24T10:08:33.217+09:00","_createdby":"sakai_miho@torihada.co.jp","_createdbyid":"62bd3ce51390339927ad39d2","_acl":[{"deny":null,"rights":32767,"_id":"5a1702fa245d9013697656fb","name":"admins"},{"deny":null,"rights":65535,"_id":"62bd3ce51390339927ad39d2","name":"sakai_miho@torihada.co.jp"}],"_encrypt":null,"_version":1},"collectionname":"openrpa_instances","result":null,"traceId":"","spanId":"","error":null,"jwt":null}
[10:08:37.084][Network] (1) insertorupdateone SEND: 097faa53-e797-4d21-9e77-b6fed38ac451
[10:08:32.326][Network] Processing message zwgz2al0i complete
[10:08:32.324][Network] (1) queuemessage RESC: 083f8e53-04d8-483b-b686-9689dbd79b94/zwgz2al0i
[10:08:32.324][Network] Processing message zwgz2al0i
[10:08:32.079][Network] Send (1) queuemessage / {"striptoken":true,"queuename":"unknown.nt32anipa","data":{"command":"invokecompleted","workflowid":"bb1ee847-6343-4c24-ad54-f8308d802c04","flowid":null,"nodeId":null,"detectorid":null,"killexisting":false,"killallexisting":false,"traceId":null,"spanId":null,"data":{"Message":null,"test":"input"}},"correlationId":"c50e82be80a370d5","replyto":null,"expiration":0,"consumerTag":null,"routingkey":null,"exchange":null,"traceId":"00000000000000000000000000000000","spanId":"507606aa9cd5db70","error":null,"jwt":null}
1 Like

What openflow is this for. And what version of openflow is this ?

Never mind, i see the problem, i have pushed a new version. Just stop and start the nodered to fetch the latest version.
Thank you for reporting this

Thanks.
It’s working!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.