Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.2-incubating
-
None
-
None
Description
We have @StepScoped, @JobScoped and from CDI itself we have @RequestScoped.
If a Step gets executed in form of a Split, then we have multiple Threads running the same Step. How do we account for that? A @StepScoped is too 'wide'.
A @RequestScoped could probably work, but is there any chance that multiple steps use the same thread without exiting them between two steps?