Checkpoints and Assembly Versioning #5742
Unanswered
pierslawsondynamicplanner
asked this question in
Q&A
Replies: 1 comment
-
|
@lokitoth could you help with this one, please? |
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.
-
From my read of the code and experimentation if I want to rehydrate a workflow from a checkpoint, the assemblies hosting our executor code must match exactly with the assembly in place when the checkpoint was created. The check is made here I believe:
WorkflowInfo.IsMatch
TypeId.IsMatch
Is there a way provided to override this or to manipulate the type information on the fly? Or will it be a case of editing the contents of all stored checkpoints? Or, just as likely, am I missing the point somewhere?
Beta Was this translation helpful? Give feedback.
All reactions