Description
Doing some tests I found in FlowScopedContextImpl the check for isActive(...) when a @FlowScope bean is created does not consider if the documentId is not set and the flow has a documentId set. The effect is the bean is not instantiated because it is not possible to check if the associated flow is active or not.