0

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.

AasthaK
  • 116
  • 8

1 Answers1

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.

enter image description here

SwethaKandikonda
  • 7,513
  • 2
  • 4
  • 18