Does anyone know if UiPath closes the threads created in a parallel block when the block ends?
I have a parallel block with three threads inside a retry scope, so I will like to know if this will continue to leave threads open after each in the Retry Scope.