Question
5
Replies
622
Views
Common Wealth Bank of Australia
Posted: May 5, 2018
Last activity: May 23, 2018
How to process records from DB table by running agents on multi node
System : Pega 7.2.2 with multiple nodes
Requirement : We will receive data feed (from external system) in a DB table which needs to processed by agents (running on multinode) which in turn creates/updates work objects
Problem Statement : The record processed by Agent on node 1 should not be processed by Agent on Node 2
***Edited by Moderator Marissa to update categories***
I am not sure about exact implementation, though could suggest a high level idea.
You could have a column in the table having (Updated Information such as timestamp or any flag) which gets updated for a record. In agent, you might be using an activity (pre-assumed) were you can configure a check about the above mentioned flag or updated information to conditionally process it.