Design Template for Workflow

I don't think this is a duplicate , but I really need some wise one to confirm my question.

My model will also be similar (albeit much more complicated) to the image below (where my application starts from top to bottom).

It takes a complex object as part of the constructor and then goes through various processes (stored in different DLLs).

I have not been involved in such a project before and I want everything to be right - I know that design patterns are designed to help and give directions.

enter image description here

My question is, which templates could work. I am stuck on .NET 2.0. My research offers a sequence pattern.

So, have I limited myself to just a sequence pattern, or has someone else got a different sentence?

+5
1

, . , Transaction Script pattern, . :

  • : , Activity ( WF), Activity .
  • Script pattern: Script , Fault , , , .
  • Builder: Acacity -, Builder.
+7

All Articles