Paul

Paul

  • NA
  • 1
  • 0

C# Pattern To Track Multi-Step Process in App? Mediator?

Oct 10 2007 3:08 PM

Hi all!

I am processing a file uploaded by the user to the application. A number of steps are used to process the file, and each of these steps is handled by code in different classes. Here's my question:
Is there a pattern that can be used to track the status and flow of these steps through the process? Rather than have each class call the next one in the process, is there a more efficient way to do so?
I looked at Mediator, and it seems to me that this pattern is more useful for objects calling one another in a crosshatch kind of way. I am wondering if anyone has experience with tracking a sequential process through code!

My thanks!


Answers (1)