microsoft / durabletask-java

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

Add createHttpManagementPayload client method #63

Closed cgillum closed 1 year ago

cgillum commented 2 years ago

This is an existing feature supported by most of the other languages. More details here.

This will need to be created in the durabletask-azure-functions package since it's specific to Azure Functions.

The documentation linked above will also need to be updated with a code sample.