tctl
tctl copied to clipboard
Temporal CLI
### Is your feature request related to a problem? Please describe. In order to propagate information into workflow context we can use Context propagation in temporal. The propagation uses headers...
### Is your feature request related to a problem? Please describe. A couple of scenarios have come up where being able to view or manipulate a task queue would be...
### Is your feature request related to a problem? Please describe. tctl and UI support saving workflow histories to files for replay testing. It would be nice to support pretty...
You could supply workflow execution timeout, but not workflow run timeout. For cron workflow, we would want the ability to specify a meaningful workflow run timeout while let workflow execution...
### Is your feature request related to a problem? Please describe. Users may run into an error `gRPC message exceeds maximum size 25000000: 43086401` when server responds with messages larger...
### What are you really trying to do? I'm attempting to encrypt data sent to Temporal via the CLI. ### Describe the bug When running `workflow start` and `workflow signal`...
**Is your feature request related to a problem? Please describe.** Currently if TLS is enabled OR Nginx is used for the TLS termination towards the Frontend tctl does not know...
## Expected Behavior ``` bash-5.0$ tctl admin cluster d { "supportedClients": { "temporal-cli": "2.0.0", "temporal-go": "2.0.0", "temporal-java": "2.0.0", "temporal-server": "2.0.0" }, ``` ## Actual Behavior ``` bash-5.0$ tctl admin cluster...
Bumps [go.temporal.io/server](https://github.com/temporalio/temporal) from 1.18.1-0.20230217005328-b313b7f58641 to 1.27.4. Release notes Sourced from go.temporal.io/server's releases. v1.27.4 What's Changed This patch includes fixes for CVE-2025-14987 and CVE-2025-14986 Full Changelog: https://github.com/temporalio/temporal/compare/v1.27.3...v1.27.4 Helpful links to get...
updated readme to say EOS