Salesforce

Record Event Interval (Magic xpa 2.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Record Event Interval (Magic xpa 2.x)

This property defines after how many processed records will Magic xpa poll pending events in the event queue. This property’s expression should evaluate to a numeric value and is computed at the task’s initialization stage. For example, if the expression evaluates to 500, the Magic xpa engine looks for pending events in the events queue after every 500 records. If a matching handler for an event is found in the queue, the handler will be executed.

The value of this property is set by an expression. The expression should evaluate to a number representing the record interval.

Note: The engine polls the events off the event queue at both the Batch Event Interval and the Record Event Interval. Whenever one of these intervals is reached, the engine polls the events.

Default: 0

Relevant interfaces: Batch tasks

Reference
Attachment 
Attachment