Quinn Klassen
Quinn Klassen
## Expected Behavior If a client sends an update request to a workflow, but the workflow completes before the update is complete the client is notified with a failure. ##...
Draft PR to see if the actions run
See https://github.com/temporalio/features/issues/432
see https://github.com/temporalio/features/issues/405
**Is your feature request related to a problem? Please describe.** Support Java Modules **Describe the solution you'd like** Every relevant library should publish a `Automatic-Module-Name` in the manifest or a...
## Expected Behavior All exceptions thrown from the SDK should be subclasses of `TemporalException` ## Actual Behavior `ScheduleClient ` and `ScheduleHandle ` violate this in some cases
**Is your feature request related to a problem? Please describe.** Add support in springboot integration to create clients and workers with different options including different namespaces **Describe alternatives you've considered**...
**Is your feature request related to a problem? Please describe.** On replay currently only the `ProtocolMessageCommand` and the `Event` are checked for determinism. For the most accurate coverage the protocol...