Search code examples
blueprism

"Automatically set exception at clean up" exception showing in Control Room


When reviewing in cases in a work queue the message:

Automatically set exception at clean up

appears as the exception reason.

Why has Blue Prism set the case as an exception?


Solution

  • Well, the clean up phase is the phase that happens after the process is done. There are two important things that are done then - cleaning of objects and cleaning of the queue.

    For every object used in the process, the action "finalize" is executed. It's rarely used option - i've never scen it used.

    During the cleaning of the queue, all locked tems are marked with exception that you're asking about.

    So, my advice is to investigate how it was possible that an item has been left behind.