0
votes

I have a simple logic app which call a Slack webhook when http request is received. It's doing the job perfectly but the issue is in the Runs history I can see all the runs' status is "Running". Shall I do something about it?
enter image description here

If I click on one of the runs I can see that the Http Webhook is still waiting.

enter image description here

1

1 Answers

1
votes

It seems the Logic App and WebHook Action are working as designed.

The WebHook will stay active until the client, Slack in this case, Unsubscribes.

Maybe you should not be using a WebHook on the Slack service if you want a fully synchronous operation.