This content has been marked as final.
Show 2 replies
-
1. Re: Pass the executionContext from main process to sub-proce
Mauricio Salatino Apr 25, 2008 8:09 AM (in response to Milo Chanzy)Once again.. why are you trying to pass the executionContext to the subprocess??
Read about the policies about copying process variables thru them...
You also can look in documentation for process/sub process interaction...
In this type of cases you sure resolve the problem copying only the variables.. for interaction! -
2. Re: Pass the executionContext from main process to sub-proce
Milo Chanzy Apr 25, 2008 10:03 AM (in response to Milo Chanzy)Thanks,
I found my problem. You are correct that I had to pass the variable rather than the executionContext. I was getting error as I was not passing a serializable object in the executionContext.
Thanks for reply :)