views:

23

answers:

1

In windows workflow foundation, can a workflow call another executable to be launch?

+1  A: 

In the end it is just code that runs so anything you can do in regular .NET code you can do from a workflow.

Maurice