Since I am new to working with sharepoint 2013 that uses visual studio 2012, I have the following to mention:
1. I am working for a company that just started to work with SharePoint 2013 in the cloud.
2. The in cloud sharepoint 2013 can not use most of the debuggers that on premises can use. Thus I am wondering if I can write a visual studio.net 2012 console application that can be used to like:
a. get a list of all the workflows in the cloud,
b. get a list of all the workflows that are actually executing in the clould,
c. get a list of all lists and possibly see what workflows are associated with those lists in the cloud?
If this is possible can you tell me and/or point me to links on how to accomplish some of the goals I just listed?
If the above is not possible, would you make suggestions on other possible ways of how I can obtain the data listed above?