MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.24k stars 21.41k forks source link

Missing Implimentation of Retry Handle in Typescript #64105

Open dannyb648 opened 3 years ago

dannyb648 commented 3 years ago

the Docs read as if you can pass in a custom callback to decide if a Orchestrator should retry a failed Activity Function.

However there is no example of how to do this on the Typescript tab of the page. After taking a look at the underlying df.retryOptions type in Typescript, it doesn't seem to even exist.

image

Should the documentation read that this isnt available in the Javascript SDK?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ChaitanyaNaykodi-MSFT commented 3 years ago

Hello @dannyb648, Thank you for your feedback! We have assigned this issue to the author to review further and take the next course of action.

dannyb648 commented 3 years ago

https://github.com/MicrosoftDocs/azure-docs/pull/64108 PR to resolve this here