Hello
You can include another project as subproject in your main project.
E.g.
Currently you have
- Project P -> Process P
- Project C -> Process C -> Variable myvar
(P is parent, and C is child)
You want Process P to be able to use myvar.
In that case
1. Include Project C as the subproject of Project P
2. Add Process C as sub process of Process P
3 Select "Inject results", myvar is sent to Process P
Refer to :
Thank you
Best regards,