dapr / go-sdk

Dapr SDK for go
Apache License 2.0
442 stars 170 forks source link

Cascade Terminate/Purge support for Workflow #497

Open shivamkm07 opened 7 months ago

shivamkm07 commented 7 months ago

Is your feature request related to a problem? Please describe. Cascade terminate/purge feature for workflow has been added in Dapr runtime. It is enabled by default and can be disabled by passing non_recursive=True in the terminate/purge request.

SDK needs to expose this option to customer.

Reference:

  1. https://github.com/dapr/dapr/pull/7340
  2. https://github.com/microsoft/durabletask-go/pull/47

Describe the solution you'd like

Describe alternatives you've considered

Additional context