Passing an Object to a WF and persisting it.
WCF and WF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am creating a workflow that runs an Ldap search, containing the different LdapEntry vals. I then get the current LdapEntry by iterating through it. I then invoke the workflow, and in the invoked workflow, I get the LdapEntry. The problem is that in the main workflow, new entries are obtained (in a while loop), and the current LdapEntry changes, which changes the entry in the invoked workflow. Thus, how can I send an entry to the invoked workflow and ensure that the object obtained by the invoked workflow will not change.... a copy in a sense. Kind regards, H :confused: