Just wondering if there is any way to do this? Basically this would be the same thing a worker does to load a workflow back in, but with a json history provided and no existing workflow.
The use case would be to be able to load in history files from workflows on old versions and test that the workflow continues to work correctly with new signals.
This is slightly different to replay testing in that we have ran into cases where determinism might be fine but changes in workflow code may result in an activity call to an external system failing on a new version.