How to use custom task activity inside while in visual studio 2010 sequential workflow?
I am using custom task activity which is in replicator activity and this is executed inside while condition .
but unfortunately i am not able to get the properties which has been set in workflow .
Note:- If While Condition is removed then it is working fine...
is anyone can provide solution why the values are not set when it is while activity.
Thanks in advance