I have scheduled trigger to execute pipeline in data factory , I want to stop execution if pipeline run more then expected time and send email notification to notify about log running pipeline. I am new to data factory and google it to achieve this but could not find any useful things
I tried using logic app to send an email but could not able to create workflow as needed. I have tried capturing runid and trigger stattime in table and use it in logic app to control the flow but unfortunately workflow is not running as expected