Wednesday, April 13, 2011

I wasted a lot of time to try passing Data between workflow activities, so i find it at last very easy.

simply you need to create WF Variable of the type you want to pass ( in my case this was a primitive string ) and called it for example TMP.

Then come to the sender activity properties where the data is settled by and type in output VB expression "TMP". Open the receiver activity and write TMP in its input.

WF Engine is smart enough to understand that TMP is a local variable inside the Workflow and get the value of it.

Very Easy HUH !!!!

0 comments :