sdk-core icon indicating copy to clipboard operation
sdk-core copied to clipboard

Core Temporal SDK that can be used as a base for language specific Temporal SDKs

Results 125 sdk-core issues
Sort by recently updated
recently updated
newest added

Add more missing workflow options and add request_id as parameter for some calls ## What was changed (Rust SDK) Request_id is now a user level optional parameter with a UUID_v4...

## What was changed * Shuffled a bunch of stuff around to make the worker client easier to use / enable this feature * Added bool flag to `WorkerConfig` for...

### Is your feature request related to a problem? Please describe. Currently client-level metadata keys overwrite ones we have manually set in the Tonic request. ### Describe the solution you'd...

enhancement

### Is your feature request related to a problem? Please describe. Can't do: `tctl workflow list --query='TemporalChangeVersion="-"'` Which our docs say you should be able to do when using patch...

enhancement

### Is your feature request related to a problem? Please describe. Python user at https://github.com/temporalio/sdk-python/issues/103 wants `retry_policy` for continue as new. ### Describe the solution you'd like Add `retry_policy` and...

enhancement

### Is your feature request related to a problem? Please describe. Need to be able to make health check call on client. ### Describe the solution you'd like Easiest way...

enhancement

### Is your feature request related to a problem? Please describe. Re https://github.com/temporalio/sdk-core/pull/255#issuecomment-1009543493, we are inconsistent with our names ### Describe the solution you'd like We should get as consistent...

enhancement

### Is your feature request related to a problem? Please describe. Many options for starting workflows are missing. ### Describe the solution you'd like More of the options made available...

enhancement

This is done in Java SDK, could lead to significant memory savings in some cases.

enhancement

Currently it's only possible to configure static HTTP headers on the Client, we need to add a way to specify dynamic ones. A typical use case for this would be...

enhancement