ssg31415926
ssg31415926

Reputation: 1077

How do you manage versions in Workflow Foundation?

How do you manage versions of work flows in WF when you have long running work flows and you might have two or three versions in the persistence store at the same time and have to be able to access them all?

Upvotes: 4

Views: 739

Answers (1)

Maurice
Maurice

Reputation: 27632

I did a series of 4 blog post covering most of the stuff you need to be aware of when versioning long running workflows.

One thing I tend to avoid is using the HandleExternalEventActivity as this greatly complicates things. For that matter I tend to stick to simple types and xml serialized objects.

Upvotes: 5

Related Questions