1
votes

I'd like to create a SharePoint 2010 workflow that calls and EXE file and waits for the file to execute and then perform some actions. I can't seem to find any references to calling and EXE file or any other program from a SharePoint Workflow. Can I accomplish this in Sharepoint Designer? If so, how?

Thanks.

1

1 Answers

1
votes

I don't think it is possible to call an EXE file directly from a workflow. The closest thing supported by WF is communication with local services. However, it is complicated and definitely cannot be done in SharePoint Designer.