lgfa29 / node-red-node-cf-cloudant

Cloudant node for Node-RED
2 stars 18 forks source link

Add an output connector to the Cloudant "insert/update/delete" node #1

Open l2fprod opened 8 years ago

l2fprod commented 8 years ago

Hello,

I'd like to be able to connect the output of a Cloudant "save" node to another node in order to proceed with the flow only if Cloudant has successfully persisted/deleted the rows or to route to something else if an error occurred. Like in the following diagram:

image

Basically I'm expecting the Cloudant node to work just like an "http request" node, with an input and an output.

lgfa29 commented 8 years ago

That's a really good suggestion @l2fprod. I will definitely look into that.

oprince commented 8 years ago

What is the status of this enhancement request ? What is the recommendation for checking the result of an insert operation with the current version of 'Cloudant out' node ?