microsoft / durabletask-java

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

Support restartInstance and add restartPostUri in HttpManagementPayload #125

Closed kamperiadis closed 1 year ago

kamperiadis commented 1 year ago

Issue describing the changes in this PR

Resolves #108 With these changes, we now support restartInstance and we pass the restartPostUri, resumePostUri and suspendPostUri values in the HttpManagementPayload

Pull request checklist