Constellation Assign work to user when clicking Go button (perform mode)
We have a requirement to assign the task to user work list from work queue upon clicking on "GO" button (opening in perform mode) in our constellation application. Usually this has been done by modifying pega extension point like "PerformDefaults", however there is no extension point activities are getting called in constellation.
MoveToWorklist activity is also not available in the latest version in PEGA (our version 24.2).
Appreciate if you can provide a solution or direction for us to achieve the requirement.
@JanakaDon
As we do not have OOTB option for this solution,
1. Using Case Level local action Transfer Assignment, but this is manual work for the user, open the WO and assign it to themself.
2. Create a reuseable DT which transfers the assignment to Current User (use Activities like pxTransferAssignment, Reassign) and call it in the flow action pre-Processing, so whenever user clicks on GO, the preprocessing DT will execute and Reassign to Current user instantly.