Using the ConditionedActivityGroup in Workflow Foundation 3.5
When you create a SharePoint approval workflow the While activity is often used to check if a Task is approved by placing the “OnTaskChanged” activity within the While Activity. When you also want to check if the Moderation status on the workflow item is approved you can’t do this in the same While activity. If…