Hello all, I’m working on a PoC for using Temporal .NET SDK (version 1.2.0) in one of our flows and I started implementing some tests for it.
While working on the tests for scenarios where Activities fail, I noticed the returned results from the Workflow don’t contain the expected information added during the Workflow execution (i.e. error message). I have the impression a new instance of my result class is created and the info added during workflow execution is lost.
When the Activies work as expected (represented as Happy path
in the example I provided), I have no issues and all expected data is present.
I created an environment to share the results I’m seeing at GitHub - guhcevalhos/temporal: Reproduce issue with Temporal.
Please let me know what other information I can provide to help look into this issue.
Thanks,
Gustavo