Closed shivamkm07 closed 9 months ago
PR to support cascade terminate/purge in durabletask-dotnet: https://github.com/microsoft/durabletask-dotnet/pull/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
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:
Release Note
RELEASE NOTE: