Question
NEW
US
Last activity: 30 Dec 2024 5:42 EST
Assignment routing from one pega application to another pega application
I have two separate application both are developed in pega.
In "App-1" I have one case type and in the processing of the case ,one of the assignment need an approval from "App-2", upon approval/rejection "App-1" case is move forward.
what is the best recommended approach to implement these requirement in pega constellation.
@ureh17254588
Use the Pega DX-API for this, you can move to next stage/desired stage in APP1 through api from APP 2 after approval/rejection
https://<baseurl>/prweb/api/application/v2/cases/{caseID}/stages/{stageID}