-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
There are several scenarios where a user may want to create distinct random number sequences. For instance, telemetry may need random numbers but the addition or removal of telemetry shouldn't change any randomness uses in the workflow itself. In particular when such things are done under the hood as part of plugins.
Describe the solution you'd like
Provide a way to get the initial randomness seed as well as notification of changes. If possible, providing an implementation of Random or equivalent which reseeds itself would be good.
Additional context
Per-SDK Tickets
- Go -
- Java -
- TypeScript -
- Python - [Feature Request] Provide user access to randomness seed and changes sdk-python#1319
- .NET -
- Ruby -
- Rust -
- PHP -
- Temporal CLI -
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request