-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
azure-functionsThis issue is specific to Azure FunctionsThis issue is specific to Azure Functionsfeature-parityThis feature is needed for parity with other language SDKsThis feature is needed for parity with other language SDKs
Milestone
Description
Other languages support a client API that allows you to wait for an orchestration to complete and either a) return the output if it completes within the specified timeout or b) return an HTTP 202 response if the timeout expires. The first release of Java doesn't support this, although it's possible to implement manually.
More information on this feature can be found here.
This is an Azure Functions-specific API that will need to be made to the durabletask-azure-functions package.
Once the API exists, the documentation linked above will need to have its sample updated to reference it.
Metadata
Metadata
Assignees
Labels
azure-functionsThis issue is specific to Azure FunctionsThis issue is specific to Azure Functionsfeature-parityThis feature is needed for parity with other language SDKsThis feature is needed for parity with other language SDKs