uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
339 stars 128 forks source link

Fix in Test Env workflow interceptor is not propagated correctly for child workflows #1289

Closed shijiesheng closed 8 months ago

shijiesheng commented 8 months ago

What changed?

Workflow interceptor in child env is not populated from parent env.

Why?

This is needed to correctly mock production env

How did you test it?

Potential risks