protoc-gen-go-temporal
protoc-gen-go-temporal copied to clipboard
Use parent task queue (Patch Version 77)
Previously, if a task queue default was configured, it would be used for child workflows and activities, regardless of the parent workflow task queue. Going forward, if this patch version is enabled (default behavior), child workflows and activities will attempt to use the appropriate default based on:
- whether or not the parent workflow task queue has a default and is using an override
- the child workflow or activity has the same task queue default
- a
patch.NewContextPropagator
is configured