Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
When start another process from your workflow you can’t just not return from the Execute method until the process completes. This would block the entire workflow from receiving any other events and would hold onto the thread. Instead you need to use a queue to get notification when the process completes.
Comments
- Anonymous
July 14, 2006
PingBack from http://microsoft.wagalulu.com/2006/07/14/do-you-need-to-launch-another-process-from-your-workflow/