Hi,
Does anyone know the reason for the error ‘BPA_RESULT_SET_LIMIT_REACHED_EXCEPTION_ERROR’ to be thrown when a workflow is executed?

Thanks,
Dananjaya Misso.
Hi,
Does anyone know the reason for the error ‘BPA_RESULT_SET_LIMIT_REACHED_EXCEPTION_ERROR’ to be thrown when a workflow is executed?

Thanks,
Dananjaya Misso.
Best answer by kamnlk
you have correctly identified the issue. When we try to use an API task to Read collection, if we are reading large amount of data in, we would get the BPA_RESULT_SET_LIMIT_REACHED_EXCEPTION_ERROR.
Its best practice to reduce the amount of data read into a workflow using proper filters and options to avoid this case.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.