Could not able to pause DAPR workflow
I am using this statement to pause the running dapr workflow using this code line;
Retry Policy to Not Trigger For POST Requests
Is it possible to configure the resiliency policy in Dapr to not perform a retry when the HTTP request is POST? The Polly library in .NET, for example, allows fine-grained configuration of retry and circuit breaker policies. Is it possible to do the same in Dapr?
Component not found
I have below implementation to integrate with blob storage