dapr / go-sdk

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

Workflows - Implement workflow id reuse policy #498

Closed mikeee closed 4 months ago

mikeee commented 7 months ago

Is your feature request related to a problem? Please describe.

Following the implementation of the workflows in beta, there will be a missing option - the ability to re-use a workflow id according to a policy defined currently with an internal proto. https://github.com/dapr/go-sdk/pull/487/files/2caa353577990d4689512c2fa52e3dbefe96b37b#r1459651372

Describe the solution you'd like

Describe alternatives you've considered

Additional context

mikeee commented 4 months ago

Closing in favour of an earlier issue created: #493