Webhook Logic App Succeeded in Azure Data Factory but Activity Status Didn't Update to 'Succeeded

Nima Pour 40 Reputation points
2024-08-23T13:34:56.3266667+00:00

Hello, My Logic App webhook activity status is not changing to succeeded in ADF, altough is is actually succeding sending an email. Do any of you have suggestions why it is not changing to succeded and what i can do about it? Thanks in advances.Screenshot 2024-08-23 152655

Screenshot 2024-08-23 152641

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,131 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,677 questions
0 comments No comments
{count} votes

Accepted answer
  1. LeelaRajeshSayana-MSFT 15,241 Reputation points Microsoft Employee
    2024-08-23T17:35:33.5733333+00:00

    Hi @Nima Pour Greetings! Welcome to Microsoft Q&A forum. Thank you for posting this question here.

    Looks like your Azure logic app is sending a success response back to the ADF pipeline Web activity and triggering the Webhook action as a next step. However, the Webhook activity does not finish processing.

    Please note that a Webhook activity in ADF pipeline sends a Call back URI in the request body to the endpoint it is invoking. The end point/application invoked has to hit this call back URL to indicate that Webhook activity that the action is complete. The ADF pipeline Webhook activity expects this URI to be invoked before the specified timeout value. If the URI isn't invoked, the activity fails with the status "TimedOut".

    Please refer the following thread What is the exact difference between the Web Activity and WebHook Activity in Azure Data Factory and Webhook activity in Azure Data Factory for more information on this.

    Hope this answers your question! If this does not help, please inspect the pipeline Monitor section for run history to get more information on why the Webhook activity is failing and share with us for additional analysis.


    If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.