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

Temporal TypeScript SDK

Results 196 sdk-typescript issues
Sort by recently updated
recently updated
newest added

### What are you really trying to do? I'm trying to add a worker to my application so I can use workflows ### Describe the bug Everytime that I try...

support

### Is your feature request related to a problem? Please describe. We have a codec that makes calls to an external service. As such, for various reasons encoding/decoding could fail....

enhancement

### Describe the bug At the moment, using the `@temporalio/nyc-test-coverage` package to collect coverage data for Workflow tests is quite difficult and generally fragile. Though it works with appropriate setup...

bug

Getting this warning when running a simple test with the test environment: ``` $ ./node_modules/.bin/jest --detectOpenHandles ... Jest has detected the following 1 open handle potentially keeping Jest from exiting:...

bug

### Describe the solution you'd like Need to be able to replace the worker client with a new client that may be connected with different options (e.g. a new TLS...

enhancement

## What was changed - Added support for HTTP CONNECT Proxy. - At this point, client side support is only possible by setting an environment variable; this will be improved...

### Is your feature request related to a problem? Please describe. A pain point we have in using Temporal is in queuing workflows. We would like the ability to queue/buffer...

enhancement

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

Mend: dependency security vulnerability
javascript

## What changed - Integration tests are now run on MacOS ARM and Linux ARM machines (tests for these platforms were not executed previously). - The bridge/rust library now run...

### Is your feature request related to a problem? Please describe. I'm testing a patched workflow, by replaying an "unpatched" workflow history, to verify that it does not fail with...

enhancement