You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to share a bean between different steps of the same flow (and dies just after the flow has ended). I wanted to use the @JobScope but it doesn't support multi-threading. I'm wondering if we can add a @FlowScope which support multi-threading.