Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix InvalidCastException on manual workflow restart
When restart workflow that starts from any ContentActivity manually InvalidCastException writes to log. It happens because input object deserializes from JSON and contains Dictionary instead of expected ContentEventContext object.
- Loading branch information