when session expire of web application I want to re run the application.So I invoked main workflow.But it throw error system.argument workbook path needs to be set
mz3bel
(Mohssine HILAL)
May 24, 2020, 2:43am
2
Hello @Aditya10989
This should help you unterstand and fix your issue…
Hi,
This is usual behaviour - a process has one entry for working directory, for UiPath that’s supplied from the entry (starting) workflow.
You can change it with a Directory.SetCurrentDirectory call.
I’d actually recommend to restructure your folders and do a tree hierarchy, f.e.:
Root (contains Main.xaml and other high level workflows)
Root/Folder1 (contains Folder1 specific workflows)
Root/Folder2 (contains Folder2 specific workflows)
That way you can always use a path relative to the e…
Let me know how it goes for you…