How to stop performer after a certain number of transactions in reframework?

Hi Folks,

I have an Reframework performer which has many items in the queue to be processed. I want the performer to stop after a specific number of transactions (say 40) and then restart again to process 40 items. Its a queue based trigger.

Is it possible to do that ?

Hi

In the Get Transaction Data state, add an If condition that checks if the number of transactions processed is equal to the specified number.

If the condition is true, set the ShouldStop variable to True. This will stop the performer from retrieving any more transaction items.

Cheers @Chetan_Wagh

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.