Commit 02ab64c
authored
Fixes bug where we were not persisting the failure details for a marker recorded event, which corrupts workflow on replay #712
We are not persisting the failure details on an incoming RecordLocalMarkerCommand. As a result on replay, if we have recorded a local activity failure, the SDK will panic since the expected failure field is missing.1 parent 50de8a2 commit 02ab64c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
| 703 | + | |
703 | 704 | | |
704 | 705 | | |
705 | 706 | | |
| |||
0 commit comments