uber-go / cadence-client

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

Improve check for invalid pollForDecisionTaskResponse #1122

Closed yycptt closed 3 years ago

yycptt commented 3 years ago

What changed? Improve check for invalid pollForDecisionTaskResponse

Why? The existing check will emit a wrong warning messages for transient decision tasks

How did you test it?

Potential risks N/A. The check won't change the behavior of processing decision tasks