microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

Resume and suspend orhcestration #146

Closed kaibocai closed 1 year ago

kaibocai commented 1 year ago

Issue describing the changes in this PR

Support resuming and suspending orchestration.

Pull request checklist

Additional information

Additional PR information

Test on local works fine with DF extension 2.9.3, right now the fully released extension build is 4.4.0 which contains DF extension 2.9.2. Waiting for the next extension bundle fully released then this PR should succeed on CI and can be merged.

kaibocai commented 1 year ago

close this one as a new PR is created https://github.com/microsoft/durabletask-java/pull/151