mulitple processes and the context

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
tkilshaw
Posts: 170
Joined: Thu Jan 19, 2006 11:33 pm
Location: Western Canada
Contact:

mulitple processes and the context

Post by tkilshaw »

I have a process that finds Accounts, and another process that does something with the Accounts that were found. In this way I can have a number of different find processes that call the "do something" process.

But it looks like the Accounts found by the first process are unavailable to the second process.

If I put the same coe in a single process it works. If I separate them into two processes it doesn't.

I have read the manual about the context but it does not clearly say what happens.

How can I accomplish this?

Thanks,

Terry
aware_support2
Posts: 595
Joined: Sun Apr 24, 2005 2:22 am
Contact:

Post by aware_support2 »

Terry,

The context of the first process should be available to the second process. However, if the second process does something with a single Account instance, you need to make sure that the second process has Account specified as its input. In this case the system will apply the second process to all Account instances found in the context of the first process.

Please let me know if this does not work.
Aware IM Support Team
Post Reply