Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
556 contributions in the last year
Contribution activity
November 1, 2020
October 2020
Created an issue in temporalio/sdk-go that received 1 comment
If a retryable workflow returns a non-retryable error that was originally returned by an activity, the workflow still gets retried
Expected Behavior I expect the workflow to not be retried if the type of the error that is returned from the workflow (although originating from an…