Using webflow 1.0.4, we are using the default # of conversations (5). So on the 6th new flow execution, the first conversation is removed from the list (maintained using the SessionBindingConversationManager.

My question is, what happens to flowScope attributes when a conversation is removed from the list? It doesn't look like they are removed from the session at the time the conversation is removed.


Thanks!