uber-go / cadence-client

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

add refresh tasks API to client #1162

Closed mkolodezny closed 2 years ago

mkolodezny commented 2 years ago

What changed? Expose Admin Task Refresh API into workflow service

Why? We need to provide ability to refresh tasks on stuck workflows from SDK

How did you test it? locally