Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
-
LK
Last activity: 2 Feb 2022 7:07 EST
Exception Handling for an Queue Processor Activity
Hi,
Was trying to find best practices around how to do exception handling for an activity that is being used by a Queue Processor.
Approach I found was to use 'Activity-Set-Status' to 'Fail' on exception. This allows the Queue processor to automatically requeue for max retries, before it moves to broken queue.
Would like to understand if there are any other ways of doing this.