Actions/Conditions Ignored if tuple is changed in an Action
nareshkumarthota opened this issue · 3 comments
Current behavior (how does the issue manifest):
Consider we have conditions c1,c2,c3 which are always true and corresponding actions a1,a2,a3. In a1 if we try to modify tuple value then a2 & a3 are not getting executed.
Expected behavior:
All actions a1,a2,a3 should get executed as c1,c2,c3 are always true.
Minimal steps to reproduce the problem (not required if feature enhancement):
Attached rule descriptor and main.go.
Run main.go file and see the output. Repeat the same by commenting line 72,73 you can see the difference.
Please tell us about your environment (Operating system, docker version, browser & web ui version, etc):
running with latest code taken from github.
Flogo Rules version (CLI & contrib/lib. If unknown, leave empty or state unknown): 0.X.X
Additional information you deem important (e.g. issue happens only occasionally):
Can you send the attachments? Even better, can you include a test case?
hi @balamg. files attached, Run main.go file and see the output. Repeat the same by commenting line 72,73 you can see the difference.