dapr / dotnet-sdk

Dapr SDK for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cascade Terminate/Purge for workflow

shivamkm07 opened this issue · comments

Describe the feature

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. dapr/dapr#7340
  2. microsoft/durabletask-go#47
  3. microsoft/durabletask-dotnet#260

Release Note

RELEASE NOTE:

PR to support cascade terminate/purge in durabletask-dotnet: microsoft/durabletask-dotnet#262

After this gets merged, will create the PR to surface the option here.

/assign

I've added the breaking change label here because this is technically a change in core behavior that the user can't opt into. I do understand that this is the desired path so it's more of a bugfix than anything else, but we need to advertise that.

Closed by #1243