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

Add DecisionCompletedEventID for reset API #1126

Closed longquanzheng closed 3 years ago

longquanzheng commented 3 years ago

What changed? Add DecisionCompletedEventID for reset API

Why? In some use cases, users need to get the eventID for resetting certain activity/timer/etc. This is the similar to BinaryChecksum which we are currently supporting.

How did you test it?

Potential risks