안녕하세요! 강사님
강의 잘 보고 있습니다.
다름 아닌 Parallel Steps를 적용할 때,
Scope 'job' is not active for the current thread; consider defining a scoped proxy for this bean if you intend to refer to it from a singleton; nested exception is java.lang.IllegalStateException: No context holder available for job scope
이러한 에러를 마주치게 되었는데요.
1. Flow1 (Step1)
2. Flow2 (Step2)
위와 같은 구성에서 Flow안에서 작동하는 Step 마다 @JobScope를 사용하고 있는데, 쓰레드로 함께 singleton Scope를 사용하다 보니 위와 같은 에러가 발생하고 있는데 어떤 방식으로 해결하면 좋을까요?