sdk-core icon indicating copy to clipboard operation
sdk-core copied to clipboard

[Bug] Write local activity marker failure data properly

Open Sushisource opened this issue 3 years ago • 1 comments

Right now Core accepts some Failure proto from lang when a local activity fails, and just writes it into the marker without caring much. In principle, it should likely actually be wrapped in an ActivityFailureInfo and make use of RetryState in order to be deterministically stable in the face of changes to the RetryPolicy for local activities.

Sushisource avatar Nov 10 '22 00:11 Sushisource

@Spikhalskiy If you end up fixing some of this in Java, would appreciate a link to those PRs dropped in here.

Sushisource avatar Nov 10 '22 00:11 Sushisource