Calling a individual workflow within another workflow creating two browser instances, and the tool is getting confused where to move it's control

Hi,
I’m trying to create a workflow on a web application where I tried to break the complete workflow in parts (mini workflows), now when I’m trying to call a workflow within another workflow to reuse the main workflow two instance of browser is getting initiated, because in both the workflows I’ve used the “Open application / Browser” activity, due to which the sequence is broken between two workflows.

  1. Opening the browser in main workflow
  2. invoke the sub workflow
  3. continue with the main workflow

I’m not sure what approach I should follow here? and how to achieve this, please response.

Thanks,
Disha

@Test_Stack

Welcome to the community

in the inner workflow use application/browser proeprties…go to open property and set it to never…so that new window would not open… it would try to attach to existing window

cheers