protoc-gen-go-temporal icon indicating copy to clipboard operation
protoc-gen-go-temporal copied to clipboard

Use parent task queue (Patch Version 77)

Open cludden opened this issue 5 months ago • 0 comments

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

cludden avatar Aug 27 '24 16:08 cludden