views:

98

answers:

0

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?