Details
Description
The problem is : I find that when actionA is timeout and it executed compensated, In theory the saga route should be stopped, not continue to call the next actionB. In my test show that when the first task can't complete before its timeout, it will run compensation but the saga route don't stop, it still run second task and third task. In my opinion, I think when the first task can't complete and run compensation, the second and third task shouldn't run. [Test Code|https://github.com/chen19980/SAGA_timeout_test]
Attachments
Attachments
Issue Links
- is related to
-
CAMEL-19068 SagaPropagationTest#testPropagationSupports fails with "Cannot begin: status is COMPLETED"
- Resolved
- links to