Use subprocesses from a different space/project

Latest response

Hi,

In RHPAM 7.7, how can I run a reusable sub-process from a different project?

Here is my projects structure:
Space A
-Project A
--Process A

Space B
-Project B
--Process B

I need Process A to run Process B as a reusable subprocess.
When doing so, both projects build and deploy properly but upon Process A execution I get the following error:

Unable to complete your request. The following exception occurred: "Unable to create response: [project_A.process_a:600 - Sub-process:2] -- Could not find process project_B.process_b".

How can I make this work?

Responses