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

Added the Activity Registration required failure scenario to replayer test suite #1231

Closed agautam478 closed 1 year ago

agautam478 commented 1 year ago

What changed? Added a new workflow and a test case in the replayer test suite. The new workflow demonstrates how failing to register a new activity throws a non deterministic error. This reinforces the requirement of RegisterActivityWithOption option in the replayer.

Why? Made these changes to remember that the replayer requires a new feature.

How did you test it? tested locally.

Potential risks NA