I am a new developer to MOSS.
I am designing a workflow for a complex system with MOSS. This
system has various content types. Each content type might have
different workflow process. But most of the content types have
similar workflow.There would be exceptions ofcourse.
So, the design decision I am trying to make :
Is it a good idea to
Create one complex workflow(that can handle all types) in VS
Or
Create individual workflows to handle content types in SPD or VS
What do you guys suggest?