Roey Berman
Roey Berman
We recently added the ability for an activity to specify the next retry delay on failure via a [field on ](https://github.com/temporalio/api/blob/822966d29758cba3462d6f5ff198257fbaa426f6/temporal/api/failure/v1/message.proto#L49). Expose this in the SDK.
### What are you really trying to do? Use an ESM module as a custom payload converter. ### Describe the bug When an ESM module is used as a custom...
We added the feature without running stress tests for it in CI
It should mention that the activities are cancelled after `shutdownGraceTime`. https://github.com/temporalio/sdk-typescript/blob/28d4de33a2697c949b863d1c541063384c4fcc7c/packages/worker/src/worker.ts#L733
### Is your feature request related to a problem? Please describe. Currently the SDK has two separate connection classes: 1. `NativeConnection` which is a JS representation of the Rust client...
Currently missing, only non-local activities and child workflows traces are attached to the workflow's span.
In Go and Java we drop signals whose args can't be deserialized, we should here too. This is likely not considered a backwards incompatible behavior change.
Do not review, this branch will be used to build a new time travel stack trace query view in the UI.
Disabled by @cretz in #385