Replies: 1 comment
-
|
Currently the workflow/activity FQCN is used as the persisted identifier. So far the expectation has been that old classes remain resolvable (e.g. via thin compatibility wrappers) when refactoring. I’ll take a look at what it would take to introduce a backward-compatible alias mechanism for workflows and activities, without breaking existing persisted executions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a big project FQCNs will have to evolve (as due to refactoring, domain splitting, etc). And as I see it stores direct class names in the db. I wonder if that is doable for me to extend or kind of the built-in behaviour with no options?
So far I am used to this strategy:
Beta Was this translation helpful? Give feedback.
All reactions