I have 3 separate flows. The first step is the python scope followed by some click activities. So now, when I run the flows separately it works as expected. But I have created a separate flow using the “invoke process” where I call all the 3 process one after the other and execute them. When I execute this process, it doesn’t read the python scope and performs the click activities. How strange???
What would be the reason behind it and suggest me some possible solutions.
I believe you invoked each workflow file correctly. Could you run the process in “Debug” mode nonetheless and possibly add Breakpoints in each of the workflow file (or at least the python WF)? This is to make sure the process is behaving as intended.