Implementing Durable Repeated Steps in Workflows
With workflows, how should I repeat a step until a condition is met but in a durable way? So lets say I want to do an API call every hour, check the response and based on a condition wait an hour again or continue with the steps. Im probably missing something very obvious here with DurableClock
