Hello all,
I'm developing a workflow that will take data from a list item and
send it to two different external sources (Active Directory and
Exchange). I'm developing two custom activities, one for each data
source. Right now, they simply get the list item from
workflowProperties and process it. However, I've seen in multiple
places that if an instance of the workflow is already running when a
new instance is started, SharePoint will reuse the old workflow
instance's objects.
This is very confusing to me. If SharePoint reuses the Workflow
object and all of its activities, doesn't that mean I can't use any
instance variables? Do correlation tokens come into this at all?
Any information helps.
Thanks,
--Kyle Sluder