You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using such file directly in reply test will caused error: cannot unmarshal string into Go struct field ResetPointInfo.firstDecisionCompletedId of type int64
UI exported history should be same as CLI output: cadence --do domain wf show -w <wid> -r <rid> --output_filename history.json
The text was updated successfully, but these errors were encountered:
vancexu
changed the title
Export history is wrong
Export history contained base64 encoded firstDecisionCompletedId
Nov 5, 2019
History exported from UI has base64 encoded value for
firstDecisionCompletedId
for example:
Using such file directly in reply test will caused error:
cannot unmarshal string into Go struct field ResetPointInfo.firstDecisionCompletedId of type int64
UI exported history should be same as CLI output:
cadence --do domain wf show -w <wid> -r <rid> --output_filename history.json
The text was updated successfully, but these errors were encountered: