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

Replaced Activity.RegisterWithOptions with replayers own acitivty register #1242

Closed agautam478 closed 1 year ago

agautam478 commented 1 year ago

What changed? We have our own AcitivtyRegisterWithOptions for replayer and don't need to apply a workaround anymore.

Why? To update the deprecated code with the correct one.

How did you test it? yes locally

Potential risks NA