I am working on a side project that uses a modular workflow ( WF ) approach.
The main WF calls a sub WF, which contains a Python script, and afterwards uses its own Python logic to further enhance the output.
Running the main WF crashes / freezes Editorial every second time. Replacing the Python script in the main WF with Editorials Action logic runs flawlessly as expected. The only downside for this approach is the rather long chain of actions.
It looks like Editorial can handle only one ( or maybe more? ) Python script on the same "execution level" at a time.
Is this issue known ( to anyone ) and does someone have a possible solution for it?