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

surface more information in ContinueAsNewError #1218

Closed shijiesheng closed 1 year ago

shijiesheng commented 1 year ago

What changed?

Why?

These information are needed if client wants to intercept the workflow execution and start the same workflow in a new domain/cluster.

How did you test it?

Read only change

Potential risks