How do other customer trigger processes that are reliant upon dynamic roles (DYNROLE_PUBL)?
When running the dynamic role app engine in our nightly batch cycle we need to find a way to ensure that jobs that are dependent on the updated roles are executed after the Integration Broker messages created by DYNROLE_PUBL are processed. How are other PeopleSoft customers accomplishing this?
Our initial thought is to create a process that polls the IB tables every x minutes after DYNROLE_PUBL completes until teh number of New messages is zero. Once the polling job finds zero new messages the downstream jobs that rely on the updated role assignments can be executed.
Does any one have any other thoughts/suggestions?