sdk-java
sdk-java copied to clipboard
Temporal Java SDK
### Describe the solution you'd like In short: - Add the `boolean Workflow.patched(String patchId, boolean memoized)` and `Workflow.deprecatePatch(String patchId, boolean memoized)` APIs. Refer to Core's implementation (once it is ready)....
### What are you really trying to do? We have a workflow that starts async child workflows with `startChild` that we want to test. The child workflows have delays in...
### Describe the bug A user has a workflow that attempts to cancel an activity in the very same WFT where that activity completes (eg. it cancels the activity from...
## What was changed Added initial `temporal-workflowcheck` project. This is currently considered "beta". See the README for more about the project. TODO in the near future: * Turn the TODO...
Closes #2359 (which is to help clarify [this Slack thread](https://temporalio.slack.com/archives/C05JRT1GKEE/p1735812460229109?thread_ts=1735802152.698209&cid=C05JRT1GKEE))
**Is your feature request related to a problem? Please describe.** [This Slack thread](https://temporalio.slack.com/archives/C05JRT1GKEE/p1735812460229109?thread_ts=1735802152.698209&cid=C05JRT1GKEE): a user had a question about this Exception, and they asked Kapa, and Kapa gave a wrong...
**Is your feature request related to a problem? Please describe.** `Workflow.await(duration, condition)` should automatically cancel the timer when the condition is resolved **Describe alternatives you've considered** User can currently do...
**Is your feature request related to a problem? Please describe.** I'm trying to access information from a context propagator in an Activity. The current strategy is that the context propagator...
If injection to Workflow instances is discouraged, we should have a way to provide options to the workflow instances. These options can be provided by external code (built based on...