microsoft / durabletask-java

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

Custom status support #7

Closed cgillum closed 2 years ago

cgillum commented 2 years ago

Requirement

Orchestrations should be able to set a custom status, as described here.

One or more integration tests should also be written to exercise the custom status code path.

Implementation notes

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