Passing data between two activities in sequential workflow
Hi,
Is it possible that an activity (such as Code activity) in a sequence worflow passes data to next activity before it starts executing?
What i want is..., Activity A processes some data in its execute code event,and then before Activity B starts, it passes the data to it so Activity B would now work on the data.
Do you think I would need custom activity for this? Any code snippet or sample would be appriciated.
Thanks,
Hiten

