Support Cascade Terminate/Purge support for Workflow
Open
P1
- Dominant language
- Java
- Stars
- 300
- Forks
- 230
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 4
Description
## Describe the proposal
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
Contributor guide
Assessment
This issue has not been assessed yet.