Hi,
I’m encountering an exception while i’m publishing my process on orchestrator,
these are the error message in Output:
I don’t have any conversion from Dict to Datatable or otherwise.
Hi,
I’m encountering an exception while i’m publishing my process on orchestrator,
these are the error message in Output:
I don’t have any conversion from Dict to Datatable or otherwise.
Try to restart the studio. Sometimes studio keeps some older code in memory which results in such issues.
Thanks,
Ashok ![]()
Nope,
Nothing to do, same error ![]()
Ok it means there is something wrong with the logic. Can you share the workflow or what activities you have used?
Thankss,
Ashok ![]()
I can’t show it because it’s a business process and is composed of more than 30 workflows.
It’s odd because it run properly both in debug and in Run mode
Check this particular workflow.
![]()
There should be something that’s not being compiled correctly.
Hi @eugenio.gigante ,
When the project compiles it will not (maybe in some cases, correct me someone if im wrong?) show you exactly what activity/flow is the problem as you can see.
You probably know where in the project you are doing the conversion from dictionary to datatable and datatable to dictionary. Find these flows and try to debug them, the compile error should appear again.
Now you can inspect the activity you think it is and check the logic if everything is okay you can recreate the activity and insert the code. I guess you are using an Assign activity or similar.
If the syntax/logic is correct then the issue is in the underlying XAML code, so the easiest is to recreate the activity as mentioned, or if you want you can inspect the flows XAML file.
Its not this one mate, it says compilation of that workflow in completed so it cannot have a compliation error.
@Jon_Smith ohh…I see my bad. Thanks for highlighting!
@eugenio.gigante Check the other workflows.