47- Azure Data Factory Webhook Activity in azure data factory Demo- Webhook Activity Welcome in BPCloudLearningInHindi 1
Webhook Activity : 2 Welcome in BPCloudLearningInHindi A webhook activity can control the execution of pipelines through custom code. With the webhook activity, code can call an endpoint and pass it a callback URL. The pipeline run waits for the callback invocation before it proceeds to the next activity. Web activity make API call thats it not extra work or no check point from it to see if API is invoking any call back URL or not. Whereas , webhook activity makes API call and waits for call back URL to get invoke by API. If call back URL get invoke, then only webhook activity marks its execution as successful.