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

Adding ability to provide cancellation reason to cancelWorkflow API #1213

Closed mindaugasbarcauskas closed 1 year ago

mindaugasbarcauskas commented 1 year ago

What changed?

Adding ability to provide options to cancel workflow API.

Why?

In order to allow populating cancel reason.

How did you test it?

Added unit tests.

Potential risks