11-12-20 01:57 PM
Answered! Go to Answer.
14-12-20 02:21 PM
Hi Timsy,
The answer to this question will largely depend on the size of your data, as John mentions, but there are a few changes to help you batch items more easily in more recent releases of Blue Prism.
In Blue Prism 6.7 we introduced a new parameter called Batch Size to the "Add to Queue" action in the Work Queues VBO. This effectively separates a collection provided to the Add to Queue item into batches based on the value defined by the user to avoid issues with timeouts if the collection in question is particularly large. If left blank, the default batch size used is 1000 items. From Blue Prism 6.9 onwards, we introduced some validation to recommend that the value provided by a user in the Batch Size parameter is between 1 and 25,000.
The enhancement provided in Blue Prism 6.7 was implemented under BG-3596, the release note for which reads:
A new input parameter called Batch Size has been added to the Add To Queue action, which enables users to add multiple items from a collection to a queue in batches, rather than all items at once. A value of 0 will process all items in one batch. If a value is not specified, a default batch size of 1000 will be used.
Hope this helps!
Regards,
Rob
11-12-20 03:26 PM
14-12-20 02:21 PM
Hi Timsy,
The answer to this question will largely depend on the size of your data, as John mentions, but there are a few changes to help you batch items more easily in more recent releases of Blue Prism.
In Blue Prism 6.7 we introduced a new parameter called Batch Size to the "Add to Queue" action in the Work Queues VBO. This effectively separates a collection provided to the Add to Queue item into batches based on the value defined by the user to avoid issues with timeouts if the collection in question is particularly large. If left blank, the default batch size used is 1000 items. From Blue Prism 6.9 onwards, we introduced some validation to recommend that the value provided by a user in the Batch Size parameter is between 1 and 25,000.
The enhancement provided in Blue Prism 6.7 was implemented under BG-3596, the release note for which reads:
A new input parameter called Batch Size has been added to the Add To Queue action, which enables users to add multiple items from a collection to a queue in batches, rather than all items at once. A value of 0 will process all items in one batch. If a value is not specified, a default batch size of 1000 will be used.
Hope this helps!
Regards,
Rob
15-12-20 10:57 AM