You are viewing limited content. For full access, please sign in.

Question

Question

limit on how many items can be processed within a "for each entry" activity

asked on February 5, 2020

I have a cloud based workflow that does a find entries activity that could potentially return up to 15,000 entries. There is a condition that evaluates a metadata value on each entry found. The workflow terminates when it reaches the 10,000'th entry. Is there a way around this?  Ordinarily, I would perform a search repository but since that functionality is not available on the cloud system i'm having to use the find entries activity and iterate through all of those objects. Does anyone know if there is a setting where I can override the 10,000 maximum limit for the for each entry activity?

0 0

Answer

SELECTED ANSWER
replied on February 5, 2020
0 0
replied on February 5, 2020

Thanks Miruna,

I found a workaround that seems to work by adding a sort to the find entries. I'm sorting using a field value in desc order, this way, I find the folder I want to work with before the system hits the limit of 10,000. Once I find the right folder, I end the workflow. Even though there are over 15,000 folders, only 5200 of them have a value in the field i'm comparing so it should never reach the 10k limit.

0 0
replied on February 5, 2020

Can you tell me more about the overall process? Why do you need to go through all folders looking for a value?

0 0
replied on February 6, 2020

I am also doing a very similar thing to Chris. We have to iterate through hundreds or thousands of folders because there is no 'Search Repository' activity.

0 0

Replies

replied on February 5, 2020

In the Workflow Administration Console, go to Configuration and Right Click Advanced Configuration, then select Properties. This will open up a bunch of hidden configs in a new window.

The very last option of the very last tab is what your looking for to change the limit of 10k loops.

2 0
replied on February 5, 2020

None of these options are applicable to the Laserfiche Cloud.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.