This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
bw:wfexec_tool [2019/10/14 15:44] runger created |
bw:wfexec_tool [2022/08/17 14:12] (current) akoehler [Executing A Bizweaver Workflow] |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| The **Run** tab is used to execute an external batch file or program. | The **Run** tab is used to execute an external batch file or program. | ||
| - | {{: | + | {{ : |
| * Select (or enter) the full path to the batch file or program file to be executed. | * Select (or enter) the full path to the batch file or program file to be executed. | ||
| * Enter any arguments (parameters) to be passed to the process being executed. | * Enter any arguments (parameters) to be passed to the process being executed. | ||
| Line 21: | Line 20: | ||
| The **Other Functions** tab can be used to start, stop, and restart Windows services. | The **Other Functions** tab can be used to start, stop, and restart Windows services. | ||
| - | {{: | + | {{ : |
| * Enter the name of the service to be affected. | * Enter the name of the service to be affected. | ||
| + | |||
| + | =====Executing A Bizweaver Workflow===== | ||
| + | The **WF_Exec** Tool can also be used to call Bizweaver workflows. This process is normally handled by the **// | ||
| + | |||
| + | {{ :: | ||
| + | |||
| + | * **Full Path**: This is the path to where Bizweaver Commander was installed. | ||
| + | * C:\Program Files\Bizweaver\BizweaverCommander.exe | ||
| + | * **Add arguments**: | ||
| + | * ExecuteTask_NN where NN is the workflow ID* Add a space to add variables to be sent to the workflow to be executed | ||
| + | * If sending multiple variables add a space for each one | ||
| + | * the receiving workflow should have the variables in lowercase of arg1,arg2, etc adding a number for every subsequent variable to be passed. | ||
| + | |||
| + | ====Execute Variables==== | ||
| + | |||
| + | ^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| | ||