mastermanu
mastermanu
We recently added StateTransition count as a visibility attribute for a Completed Workflow. Can we also add the final size of the Workflow itself?
Scenario: I had two Workflows in separate packages with the same Workflow entry method called "Run()". I called continueasnew with the function pointer to Workflow1's execution method, and the continueasnew...
When creating a gRPC context for a call, we take the existing context deadline, calculate the remaining time, divide by two, and then either round up the RPC timeout to...
Currently RecordActivityHeartbeat doesn't return an error and is basically a "no-op." If the Activity is canceled, the user has to still do a select on the context to see if...
The existing mTLS sample works well for local development, but some fields need to be changed to connect to Temporal Cloud. Would make it a lot easier if a sample...
Context: We had a nil ref bug in the workflow where the activity was not passing in a context, which meant that this Workflow was always failing. Although we fixed...
## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?