Any way of getting the migration of System.Activities.DynamicUpdate
casbelt opened this issue · 8 comments
Hello,
I am in the middIe of a migration to net core and I am trying to get a class from DynamicUpdate spacename (NativeActivityUpdateMapMetadata)
I have installed the nuget package Core.Wf in my project but when I try to access to DynamicUpdate namespace it does not appears to be chosen.
Am I doing something wrong?
Thanks in advance!
Why do you need that?
So you're really using dynamic update. That's an advanced feature we're not ready to port at this time. We're trying to reduce the scope of this project.
@casbelt dynamic update is only used for upgrading persisted instances from an older workflow version to a newer one. The feature is fairly complex and quite rarely used so it's been left out of CoreWF. Although if you really need it, we'd appreciate a PR.
@dmetzgar Even that seems tricky. The way that was implemented it was tightly coupled to the base class Activity
. I wouldn't want that now. I would expect the implementation to live in the higher level package, UiPath.Workflow, not in the core package. So it wouldn't be a straightforward port.
Just to be clear, I did previously port dynamic update and then removed it again yesterday in #100.
Hello,
it´s a pity.
Thanks for your time and dedication.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.