I have a business process that is using BusinessProcessInvoke to launch other business processes. The process is timing out occasionally at about 1 minute,40 seconds. We would rather not change the timeout value in web.config if there's an alternative. I seem to remember that you can set a timeout in CLR code for the call but can't remember exactly how. Is this possible?
Thanks,
Ray Porter