Workflow retry
All other Dapr SDKs support a retry policy when calling the workflow activity. e.g. yield ctx.callActivity(hello, 'Tokyo', {retryPolicy: {...}})
But the JS SDK does not. Is there a plan to do so? It is a fairly major requirement for any fully functioning workflow.
Workflow retry
All other Dapr SDKs support a retry policy when calling the workflow activity. e.g.
yield ctx.callActivity(hello, 'Tokyo', {retryPolicy: {...}})But the JS SDK does not. Is there a plan to do so? It is a fairly major requirement for any fully functioning workflow.