Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Working with Monitoring process : External event operations : Dataslot update : Loop
 
Loop
Using loop or iterator in a monitoring process is not recommended. However, if you have to use a loop, then you can choose one of the following options.
*The external system should provide the loop counter along with the event. This helps BP Server in identifying the current loop count, and handle out-of-sequence events.
*If the external system does not have the information about loop counter, then there is a possibility of missing or step-over of certain events. If this behavior is acceptable, then you can choose this option.