Hi Dhruva,
I am going through the same requirement to schedule the flow graphs. But in my case not i am using TASKs instead of procedures as my flow graphs are real time. Hence i just need to start them once.
But we have 100+ tables hence trying to write some SQLSCRIPT to just start them from a control table but i am unable to handle the exception column store 2048. As the SQL exception doesn't support that code.
So when i was searching for alternatives i saw your blog, i tried to do it with xsjob but my questions are
1) were you able to handle errors in xs job and proceed forward in execution of the other.
2) or just created one xsjob for one procedure and checked in error log if it fails
Thanks
Ranjith