Hi
I have this project where i call severous workflow with variables, example
“Functions/XXX/”+in_TransactionItem+“.xaml”
With previous versions of UiPath this works fine, but with this version i cannot compile the code so everything isnt running
Yes this was working excelent before the update
UiPath Community → 2022.10.1
Hi @Joaquin_Bracci ,
Can you try to give full path for the workflow name?
Like: "D:\2 ) WORK\Studio Processes\OnlinePiano\" + in_transactionItem + ".xaml"
Maybe this can solve your problem.
Regards.
Ömer
ushu
(Usha kiranmai)
October 13, 2022, 6:13pm
3
Hello @Joaquin_Bracci - Can you try printing the workflow path in a message box and see what it is giving. Please be ensure that the workflow present in the same path that the bot is looking into
Hi @Joaquin_Bracci please check the path of the work flow in previous and curre current project. Make sure the path should be same for both.
The process wont compile, i cannot start the process
As i already said, the process was working excelent before the update, nothing changes, now i cannot compile the process so it cannot start
Nope, that didnt work either
downgrade your package to
UIAutomation to 22.4.7
UiPaty.System to 22.4.5
the new packages doesn’t work well with lower version of studio
oscar
October 13, 2022, 10:22pm
9
Where do you assign the values like this “Functions/XXX/”+in_TransactionItem+“.xaml”?
Do you use an Assign? Or do you assign it in the argument panel?
already Tried Argument panel and the assign activity and neither work
So this didn’t work either, just bring new problems with append line activity for some reason, the studio version is the new one → 22.10.1
oscar
October 14, 2022, 8:08pm
12
OK. Sorry, I can’t really help without any more information. Please share your project file and maybe we can all provide better support. Cheers.
Sorry i cant for NDA reasons, ty anyways
E_MATSU
(E MATSU)
October 17, 2022, 3:40am
14
My UiPath environment also fails at compile time and displays an error when I try to call it with a variable workflow file name.
Yeap, thats what is happening, i dont know why, maybe i should report it as a bug?
E_MATSU
(E MATSU)
October 18, 2022, 3:22am
16
I would like to know if there is some new method to invoke by variable name.
Or is this a bug and we have to wait for it to be fixed?
E_MATSU
(E MATSU)
October 22, 2022, 12:20am
19
I found this article about this issue
Looks like we will have to wait until this feature is supported again!
We use the Invoke Workflow File activity in a For Each Row activity to run our test suite.
The path for the Invoke Workflow File contains variables which means we can dynamically invoke a workflow file using the variables.
But the Invoke Workflow File activity doesn’t work in the Windows project version with variables and returns the following error when a run is started:
[image]