Question on single threaded orchestration
We are working on JDE E1 9.2 TR:9.2.7.2 and are trying to create an orchestration that is Single Threaded for a user.
My understanding is that in this case that orchestration would run only once at a time for the calling user. Is that what it means?
My next step was to link this orchestration to a page via form extension and use the grid as input. So the orchestration is called as many times as there are lines selected in the grid. This is working except that these orchestrations are running simultaneously and not one by one as expected.
Here's my setup