Details
-
Type:
Bug
-
Status: Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 2.0.6, 2.0.8
-
Fix Version/s: None
-
Labels:None
Description
Two concurrent threads executing the same flow action result in either externalContext.sessionMap.cart to return null or the returned value not being set in flowScope in one of the threads.
<on-start>
<set name="flowScope.cart" value="externalContext.sessionMap.cart" type="cart.ShoppingCart"/>
</on-start>