Question
Pegasystems Inc.
JP
Last activity: 10 May 2017 1:38 EDT
How to reopen a work object
Hi,
I need to build a reopen functionality. The out-of-the-box reopen does not meet our requirement (I will skip explanation why) and I am building it as workflow manually. I just found out ChangeStage is actually enough to reopen work object and PRPC seems to handle some properties related to reopen such as PYREOPENCOUNT (and other resolution related properties). My question is, is it okay NOT to use process API called "reopenWorkObject" (this seems to be a standard and important activity) but just only ChangeStage? (The reason I am avoiding to use reopenWorkObject is, if I use it, it creates an unnecessary reopen assignment after stage is changed and it didn't get deleted by itself).
Thanks,