We want to assign parallel tasks and wait on percentage of completed tasks in a visual studio 2012 workflow for SharePoint 2013.
So we took a CompositeTask activity, set the CompletionCriteria to "wait for percentage of a response", filled the CompletionCriteriaProperties with "Percentage = x %" and "InterestedOutcome = 3" according to
msdn_.compositetask.completioncriteria
but now we want to know how many of the completed tasks have been approved"?
How to get that Information?
- Edited by hp-oswald Wednesday, November 05, 2014 9:38 AM explain it clearly