Invoke Main.xaml from another Main.xaml

Hi,

I am using one workflow to invoke another workflow which is in different project(folder).
When I do that the project being invoked is then using project.json of the flow who is invoking it.
Is there a way to force the workflow being invoked to use its project.json and not the json from its parent flow(the main that invoked it)

Thanks

@Petar_Soce What is the Error that you get?

Its not about the error. The thing is. I am invoking a workflow that uses WEB dependencies package. If that package is not installed in the parent workflow (workflow that is invoking) then it will throw an error. I want that the workflow being invoked uses its own package.json