Peoplesoft workflow status monitor re-load the userlist while in-progress
Hello,
We have created custom AWE workflow process using the delivered AWE engine. All works well as expected.
One minor issue that, status monitor re-load the userlist after submitted and approval in progress.
1) Submitted Approval
2) Approvers listed correctly and status in pending
3) Changed the the user in the userlist.
4) Go to Approval component - status monitor show no approver found.
(Expecting to show the same userlist even though userlist changes)
Using delivered sub page - PTAF_MON_SBP for status monitor and below code,
=====
import PTAF_CORE:ApprovalManager;
Declare Function createStatusMonitor PeopleCode PTAFAW_MON_WRK.PTAFAW_FC_HANDLER FieldFormula;
Component PTAF_CORE:ApprovalManager &Approve;