How do you manage versions in Workflow Foundation?

后端 未结 1 1438
Happy的楠姐
Happy的楠姐 2021-02-06 16:28

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

相关标签:
1条回答
  • 2021-02-06 16:46

    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.

    • http://msmvps.com/blogs/theproblemsolver/archive/2008/09/10/versioning-long-running-workfows.aspx
    • http://msmvps.com/blogs/theproblemsolver/archive/2008/09/11/versioning-long-running-workflows-part-2.aspx
    • http://msmvps.com/blogs/theproblemsolver/archive/2008/09/16/versioning-long-running-workfows-part-3.aspx
    • http://msmvps.com/blogs/theproblemsolver/archive/2008/09/22/versioning-long-running-workflows-part-4.aspx
    0 讨论(0)
提交回复
热议问题