Display the denied/Terminated thread in Monitor approvals (Fluid) page when workflow is resubmitted
Hi All,
I need to display the old thread which might be denied/Terminated in the Fluid approval process monitor page. I have used the CreateFluidStatusMonitor function to display the monitor approvals page. However when i try to view a transaction workflow which was previously denied and resubmitted, only the new thread is displayed in the Monitor Approval process page.
Below devlivered function is used.
/************************************************************************************************************/
Function createFluidStatusMonitor(&appInst As EOAW_CORE:ENGINE:AppInst, &mode As string, &saveButtonLogic As object, &showAll As boolean, &showHorStyle As boolean)
/*** Compose the approval chain html */
Local string &processID = &appInst.rec.EOAWPRCS_ID.Value;
Local number &threadID = &appInst.mainThreadId;