Discussion
Last activity: 14 Jun 2016 7:02 EDT
how to create clone workitem
How to create a clone workitem from Parrish flow
Clone as like creating a duplicate WO ?
Create a new work page using createWorkPage activity. Just copy the Workobjecct data except pxflow and other internal values like pxcoveredinskeys,pxcovercount etc into the new page and then create the case using process engine API addwork.
Thanks,
Ashok


Pegasystems Inc.
IN
could you please refer Work-.copyWork OOTB API if helps. Thank you!
true, copywork even allows you to show a harness to present the new work object created. Thanks.
You can refer this Work-.CopyWork activity from button of the parent flow and refresh the current harness you can able to see new object created and presented to the user
You can refer this Work-.CopyWork activity from button of the parent flow and refresh the current harness you can able to see new object created and presented to the user
I have a requirement to copy/cone existing request details with a new request. on click of button, i am calling Work-.CopyWork and refreshing the harness. New request is getting create with new Request #. However it is replacing the old request tab. Is there way to keep the old request as is and open the new request in separate tab?
Sorry from parent flow