I have created an ADF .Net Activity and returned new Dictionary();, but when the activity fails, the same Dictionary is returned showing the Pipeline is succeeded. How to return the failure state to Azure through .Net Activity. Is it that Possible?
return new Dictionary<string, string>();