microsoft / durabletask-go

The Durable Task Framework is a lightweight, embeddable engine for writing durable, fault-tolerant business logic (orchestrations) as ordinary code.
Apache License 2.0
178 stars 25 forks source link

Orchestration ID reuse policies #51

Closed kaibocai closed 6 months ago

kaibocai commented 6 months ago

This PR is a follow-up PR for https://github.com/microsoft/durabletask-go/pull/46. It include some updates to support reuse ID policy in dapr workflow

Related issue https://github.com/microsoft/durabletask-go/issues/42

kaibocai commented 6 months ago

tag @ItalyPaleAle , @RyanLettieri for review.