dapr/java-sdk

Support Cascade Terminate/Purge support for Workflow

shivamkm07 opened this issue · 0 comments

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