sdk-python
sdk-python copied to clipboard
Temporal Python SDK
Results
242
sdk-python issues
Sort by
recently updated
recently updated
newest added
### What are you really trying to do? We’re trying to connect Python client to our self-hosted Temporal server via a proxy using an authorization header. ### Describe the bug...
bug
### Describe the solution you'd like Implement proper behavior for `cancelled`, `uncancel`, and `cancelling` of activities and child workflows. The behavior probably looks like: * `cancelled` - return true once...
enhancement