views:

157

answers:

0

Hi,

I'm creating a State Workflow for WSS and have several tasks that get created throughout it. I wanted to bind all of the OnTaskChanged.AfterProperties to the one Workflow Field so that I can define one rule, to check the status of the task that changed, and re-use that rule wherever I have an OnTaskChanged event.

I can't see any problem with this when there is only one active task (correct me if I'm wrong), but at one point in my workflow I have two active tasks for which I need to perform this AfterProperties binding and rule check.

Is it possible that using the same AfterProperties field could cause me problems with the second concurrent task overwriting the field before the first OnTaskChanged event sequence has completed?

Regards,

Matt