Logic app workflow continues to publish messages even after being deleted from the portal It seems to be in some sort of infinite loop that's continuously publishing messages. I retried recreating a workflow with the same name but it wont let me save anything in the codeview.
Asked
Active
Viewed 155 times
0
-
Can you check if there are any instances of the logic app present in your resource group? – SwethaKandikonda Nov 03 '21 at 15:47
1 Answers
0
This might be due to any of the following reasons:
- Might have deleted the wrong workflow
- Loops(connectors that are triggering outside the logic app) inside the workflow (i.e.. Similar to Deadlock Concept).
We can actually have a look at which workflow is actually triggering from the logs. Enabling/ Adding Diagnostics settings for the logic app to either Log Analytics workspace/ Storage Account/ Event hub/ Partner solution allows us to review the logs.
For this, I've set up a log analytics workspace. Here are the steps to logging all of your activity from the logic app to the log analytics workspace. Enabling Log Analytics In Logic App
Try using the requests;
query of your logic app to know which workflow is actually triggering.

SwethaKandikonda
- 7,513
- 2
- 4
- 18