Scenario: Invoke Workflow breaks if previous invoke had an exception
Steps to reproduce:
Current Behavior:
Expected Behavior:
Studio/Robot/Orchestrator Version:
Last stable behavior:
Last stable version: 2019.3.0
OS Version: Windows 10
Others if Relevant: (workflow, logs, .net version, service pack, etc):
In my flow I use a lot of library items. My automation works with portals. Current library version is 1.0.7036.28896. I have an invoke which breaks if one of the portals is offline. If so, It should skip it and continue to the next portal. The invoke path is defined as âPortals\XXXXXXXXXXXX.xamlâ, its the path you get if .xaml is selected from root folder. Now, if it previous call breaks, I get a try catch exception on invoke
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\user.nuget\packagesâŚ\1.0.7036.28896\lib\net45\Portals\XXXXXXXXXXXX.xaml
This path is different to the folder where I have the file. I do not save files or library to this folder. But it has the name of a library I use. Can anyone explain what is going on?
P.S. If I change relative path to absolute it works fine, but this is obviously not what I want.
Regards,
Anatoly