MalformedMessage when re-execute duplicated workflow
I'm testing workflow using the basic EmailWorkflow example. When I tried to re-execute the workflow with duplicate message, I got the following MalformedMessage error.
The error is originated from here https://github.com/Effect-TS/effect/blob/main/packages/cluster/src/MessageStorage.ts#L410
Could someone help me debug this, please? My expectation was that the worflow succeeded with prev result, or failed with catchable error (via Effect.catchTag)
Here's the minial reproduction repo: https://github.com/bismuth1991/effect-workflow-repro
Thanks,
Bao
The error is originated from here https://github.com/Effect-TS/effect/blob/main/packages/cluster/src/MessageStorage.ts#L410
Could someone help me debug this, please? My expectation was that the worflow succeeded with prev result, or failed with catchable error (via Effect.catchTag)
Here's the minial reproduction repo: https://github.com/bismuth1991/effect-workflow-repro
Thanks,
Bao
