pdiddy
pdiddy

Reputation: 6297

Workflow calling external executable

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

Upvotes: 0

Views: 384

Answers (1)

Maurice
Maurice

Reputation: 27632

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

Upvotes: 1

Related Questions