After executing incrementalSelectionBatchBegin, incrementalSelectionEnd should be triggered. However, in the scenario described above, only incrementalSelectionBatchBegin and incrementalSelectionBatchEnd are triggered.
To optimize performance, I need to handle certain logic only after all batch selections are completed.
You referenced incrementalSelectionStart as a callback. However, such a callback does not already exist. For clarity, is your intention to create your own callback?
Yes, there is no in the official callback, I hope that the official can increase the corresponding Start Callback to process complex computing logic, Thanks.
In my first example, incrementalSelectionBatchBegin was triggered, but incrementalSelectionEnd was not triggered, resulting in no complete closed loop.