Retry policies are not yet implemented for the JavaScript SDK. Retry polcies will cover:
- Activities and sub-orchestrations
- Declarative retry policies (max. number of retries, exponential backoff, etc.)
- Imperative retry policies, implemented as a lambda function
Reference: microsoft/durabletask-java#18