Open
Description
Does flogo ruleaction support retracting a tuple after a rtc completion?
For example, when running the app built from examples/flogo/simple, if the same tuples are injected via two identical curl requests(i.e. invoke 'curl localhost:7777/test/n1?name=Bob' twice), it returns with the message
"Tuple with key [n1:name:Bob] already asserted"
Retracting a tuple is supported via api. Is there way to achieve it in functions.go or flogo action's json configuration?