Quinn Klassen

Results 85 issues of Quinn Klassen

Enable next retry delay test for Server since the Server now supports next retry delay.

Currently when the Java SDK executes a start update call and the update request does not reach the required waitstage the SDK will block the call waiting for the update...

Update Java SDK to v1.24.1

**Is your feature request related to a problem? Please describe.** Support the https://pkg.go.dev/go.temporal.io/[email protected]/internal#ContextAware interface for failure converters so failure converters can access information like headers from the workflow/activity context

enhancement

**Is your feature request related to a problem? Please describe.** With Go 1.23 range-over-func was brought into the language allowing the implementation of iterator like patterns **Describe the solution you'd...

enhancement

Add support for upsert memo to the Java SDK and test server. closes https://github.com/temporalio/sdk-java/issues/623

**Is your feature request related to a problem? Please describe.** Add a type safe async update API **Describe the solution you'd like** Add an API similar to [WorkflowClient. start](https://www.javadoc.io/doc/io.temporal/temporal-sdk/latest/io/temporal/client/WorkflowClient.html) for...

enhancement

## Expected Behavior Child workflow cancellation would not trigger the event loop without a WFT Started ## Actual Behavior Child workflow cancellation can trigger SDK event loop without a WFT...

## Expected Behavior Workflow Updates in Test Environment behave like Updates against a real server and either dupes for fails if an update with a duplicate ID is sent ##...

potential-bug

**Is your feature request related to a problem? Please describe.** Improve UX for testing Workflow Update with the Workflow Test Environment. Currently users using the TestEnviorment have to implement the...

enhancement