Skip to content

Add waitForCompletionOrCreateCheckStatusResponse client API #64

@cgillum

Description

@cgillum

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 Functionsfeature-parityThis feature is needed for parity with other language SDKs

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions