We are working with multiple DX APIs in our application on Pega Constellation v23.
-
When we call the Cases API to create a case, we receive all the case action details (summary tab, pulse tab, etc.) that we have configured in the full page view of the case type.
-
Similarly, when using Assignment APIs (e.g.,
assignments/{ID},assignments/{ID}/actions/{ID}), we also get the tab-related information as expected.
However, we are facing a limitation with the Case Process API:
-
When we call the Case Process API to trigger an optional process view, we do not receive the tabulated case action information (summary, pulse, etc.).
-
It seems that the Case Process API only returns process-specific details, not the full case action view.
Is this the expected design of the Case Process API (i.e., it will not return tab-related case action information), or is there a way to configure it so that we can also retrieve those tabs when calling optional processes?
Any insights or solutions would be greatly appreciated.