You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: