Suyash Kant hi, a disabled stored procedure activity still running? that's not what u expect, right..
check if u republished after disabling the activity. sometimes changes don't stick until u hit that publish button. make sure u're looking at the right environment, sometimes dev vs prod can trip u up. peek at the pipeline runs in the monitor section. see if the activity shows as 'inactive' in the run details. if it's still running, might be a caching thing. try stopping and restarting the integration runtime. yeah, sounds basic, but it fixes stuff more often than u'd think ))
this might help in other tools too, always double save when disabling stuff. some platforms need an extra 'are u sure?' step. worth looking into whether your outer pipeline is passing some hidden parameter that reactivates the activity. happens more than u'd believe!
aha, and one more thing! check if your outer pipeline has any 'continue on error' flags that might be bypassing the inactive state.
good luck! hope this sorts it out %)
Best regards,
Alex
and "yes" if you would follow me at Q&A - personaly thx.
P.S. If my answer help to you, please Accept my answer
PPS That is my Answer and not a Comment