I'm having an issue where my activity functions never stop looping. In my particular example I have a rest api for submitting an order. This starts a durable task orchestration that does a bunch of validation on the order and then sends an email notification. This seems to all be working except I receive the same email every 3 minutes indefinitely. I'm assuming I'm missing something to clear the durable task request, but any idea of where that might be? Otherwise, we definitely have a very annoying bug.
I'm having an issue where my activity functions never stop looping. In my particular example I have a rest api for submitting an order. This starts a durable task orchestration that does a bunch of validation on the order and then sends an email notification. This seems to all be working except I receive the same email every 3 minutes indefinitely. I'm assuming I'm missing something to clear the durable task request, but any idea of where that might be? Otherwise, we definitely have a very annoying bug.