Invoke Process Behaves Strange

Hi ,

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.

Regards,
Jyothi

Hey @Jyothi

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.

Cheers
Roman

@Jyothi31

If they are same process then invoke workflow is to be used

And generally it would not skip

Can you show the flow

Cheers

Hi,

When I run the workflow in the debug code it doesn’t show up any error.

Thanks,
Jyothi

They are not same process. They are different process with different flows.