The WF_Exec tool allows an external batch file (most common) or program (.exe) to be executed via a workflow step. The most common use of the tool is to execute a batch file that, in turn, executes FTP functionality.
The tool consists of two functionality tabs.
The Run tab is used to execute an external batch file or program. This is the most commonly used function of the WF_Exec tool.
The Other Functions tab can be used to start, stop, and restart Windows services. This functionality should be used with caution since stopping a running Windows service could cause unintended issues.
The WF_Exec Tool can also be used to call Bizweaver workflows. This process is normally handled by the WebServices 2 Tool but there are some cases the WF Exec Tool is needed.
| Name | Description |
|---|---|
| Arguments | This indicates if there are any arguments that are being passed into an application |
| FullPath | This indicates the full path of the application or file you are accessing |
| FunctionType | This indicates what the application is doing (Run for run tab and Functions for Function tab ) |
| WaitForExit | True or False if the wait for exit checkbox is selected |
| StepMessage | During a failure the reason for failure will be populated here |
| StepStatus | True or False |