views:

49

answers:

0

I have a class that inherits from SequentialWorkflowActivity, which can be executed simultaneously in multiple threads, and I need to make sure that part of the activity is

  • never interrupted
  • never executed across multiple threads

How can I do this in a WWF custom activity?