Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Get Workflow Status using C#

$
0
0

How to get workflow status

for Example in progress

context.Load(items);

            context.ExecuteQuery();

foreach (ListItem item in items)

{

Console.write(item["What is the field name"]);

}

what is the field name for status for this custom list to show the status of this workflow?


hussain



Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>