Quinn Klassen
Quinn Klassen
## Expected Behavior The call to work like it does in usual go code. The inverse does work in temporal ie calling a pointer receiver with a value type does...
**Is your feature request related to a problem? Please describe.** Provide a mechanism to update workflow code running in a long running loop such that new iterations of the loop...
### Is your feature request related to a problem? Please describe. Add a [Sentry](https://docs.sentry.io/platforms/go/) interceptor sample like our other SDKs https://github.com/temporalio/samples-python/tree/main/sentry
Show how one could implement cancellable updates purely in user side code.
### Is your feature request related to a problem? Please describe. Add a sample showing a workflow written in kotlin and called in kotlin
### Is your feature request related to a problem? Please describe. Add sample showing how to locally timeout non heart beating activity to avoid zombie activities.
Add sample showing graceful worker shutdown and how to handle it in an activity that heartbeats
See: https://github.com/temporalio/features/issues/396