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

Added CloseTime filter to shadower #1309

Closed agautam478 closed 5 months ago

agautam478 commented 5 months ago

What changed? Added an extra filter in the shadow options to filter the workflows on the basis of Closed Time.

Why? These changes have been made to make some QOL changes to the shadower. Currently shadower only filters on the basis of start time of the workflows. The expectation is that including a close time filter will enable better throttling options to the users.

How did you test it? Unit test, tested with a shadow test in cadence-samples.

Potential risks NA