Hello,
I would like to have a cyclic sequence with a batch model.
I run a sequence of X sockets. Each socket executes a step in a serial mode
(with the steps "batch synchronization").
When the last socket executes his sequence, the first socket must be called to begin another cycle.
That's why I use a "sequence call" step, which calls the same sequence (with the parameter : multithreaded & Remote execution : none).
Apparently, there is no problem.
But at one moment, there is a an error of "stack overflow".
In fact more and more of memory are allocated, until the crash.
How can I create a cyclic sequence with batch model without this problem ?