Welcome to MSDN Blogs Sign in | Join | Help

Do you need to launch another process from your workflow?

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.

Published Friday, July 14, 2006 3:14 PM by tomlake
Attachment(s): ProcessActivity.EXE

Comments

# Do you need to launch another process from your workflow? » Wagalulu - Microsoft » » Do you need to launch another process from your workflow?

Anonymous comments are disabled
 
Page view tracker