Xinyi Chen
Xinyi Chen
## Expected Behavior We rely on `temporal_workflow_task_execution_failed` metric to alert us on potential workflow non-determinism errors. We expect this metric to be emitted when closed workflow is replayed ## Actual...
## Expected Behavior Say I have the following activity code ``` func (a *Activities) MyActivity(ctx) (out, error)( g, gctx := errgroup.WithContext(ctx) g.SetLimit(4) for _, batch := range batches { batch...
**Is your feature request related to a problem? Please describe.** Currently, it's not clear what the default WorkflowIDReusePolicy and WorkflowIdConflictPolicy are by reading the SDK code https://github.com/temporalio/sdk-go/blob/master/internal/workflow.go#L390-L392 **Describe the solution...
## Expected Behavior If the parent workflow adds headers to the workflow context it passes to the child workflow, I would expect to be able to verify those headers using...