Starting runbook with webhook through data factory
Hi,
I've recently created a pipeline in ADF that is using webhook to start a runbook in the Azure automation. When I run the webhook in ADF it stays in progress until it times out (even though when I look at the status of the runbook it clearly was triggered and then completed.) I can see the expected outputs of the runbook as well.
So the runbook gets triggered and completed successfully however the webhook activity just stays in progress until it times out.
The runbook is just a python script that calls API and saved json response in the blob storage.
Any ideas why the webhook activity remains in progress until it times out?