microsoft / durabletask-java

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

Instance termination support #8

Closed cgillum closed 2 years ago

cgillum commented 2 years ago

Requirement

Orchestration instances should be able to be terminated, as described here.

One or more integration tests should also be written to exercise the instance termination code path.

Implementation notes

When writing the integration test, this .NET Isolated termination test can be used as a reference.