Open a Pega Case Assignment in Perform mode from another Pega application

There are two Pega applications A and B and I have a requirement to Open application A’s case assignment in Perform mode in the other application B’s UI via a link. Then user should be able to submit the assignment.
So I have configured a Link control with action event “Open URL in window” and gave the URL as shown below. It is opening the assignment in Perform mode but the application skin is not rendering.

https://ServerName.com/SSO/app/[email protected]&bPurgeTargetThread=true&pyActivity=Assign-.ProcessAssignment&Action=Perform&HarnessPurpose=Perform&InsHandle=ASSIGN-WORKLIST ORG-APP-WORK TEST-CASE-123!CREATE

Also I checked below link which has similar requirement but the solution link mentioned there is not working. Any suggestions from anyone on how to accomplish this?

@GanapathyG We are able to render application skin by passing pzSkinName in the URL.

@GanapathyG I am also facing a similar issue and even after entering pzSkinName in the URL it is not rending skin properly. Could you please explain how you have passed the skin name? I have added the pzSkinName as below but no luck.

https://localhost:3443/prweb/app/wager?pzAuth=guest&UserIdentifier=admin&Password=cnVsZXM=&pyActivity=pyMobileSnapStart&Action=openWorkByHandle&pzSkinName=NLL&InsHandle=XYZ-Wager-WORK W-1051

@AshwaniMishra What you did is correct and same worked for me. But I did not use a Mobile Snapshort based URL. Please check the URL that I mentioned in the question.