Wednesday, November 10, 2010

Creating custom composite activity

Use Case

Create custom composite activity to be used in sequential workflow.

Solution

Follow excellent guide at: http://msdn.microsoft.com/en-us/library/ms734576(VS.90).aspx and http://msdn.microsoft.com/en-us/library/aa480200.aspx

Pay your attention on how Execute and OnEvent methods are handled. Just filling collection of Activities in constructor won't force child activities to work.

No comments:

Post a Comment