I'm using the designer to string together some CodeActivity
based activities. Using the property window where you can enter VB expressions, I'm not sure how to reference the previous activity.
There are two things I'd like.
Get the result of the previous activity and pass it to an in Argument property in the designer.
Possibly read an InArgument
of the previous activity. So if I set an in argument to the name of a file, I'd like to be able to read the filename. I can change them to inout parameters if that helps.
You can create a class derived from CodeActivity<string>