Dependency Property not getting updated value via ActivityBind

Posted by d h on Stack Overflow See other posts from Stack Overflow or by d h
Published on 2010-03-17T01:00:37Z Indexed on 2010/03/17 1:01 UTC
Read the original article Hit count: 372

I have a Sequence Activity which holds two activities (Activity A and B), the input dependency property for Activity B is bound an output dependency property of Activity A. However, when I run the sequence activity, the Input for activity B is never updated and just uses the default value of activity A's output.

My question is: is there a way to enforce an update on activity B's input so that it gets the latest value of activity A's output?

© Stack Overflow or respective owner

Related posts about c#

Related posts about workflow-foundation