This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw:wfexec_tool [2020/07/30 16:18] akoehler Added how to execute another BW workflow |
bw:wfexec_tool [2022/08/17 14:12] (current) akoehler [Executing A Bizweaver Workflow] |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| =====Executing A Bizweaver Workflow===== | =====Executing A Bizweaver Workflow===== | ||
| - | 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. | + | The **WF_Exec** Tool can also be used to call Bizweaver workflows. This process is normally handled by the **// |
| {{ :: | {{ :: | ||
| Line 32: | Line 32: | ||
| * C:\Program Files\Bizweaver\BizweaverCommander.exe | * C:\Program Files\Bizweaver\BizweaverCommander.exe | ||
| * **Add arguments**: | * **Add arguments**: | ||
| - | * ExecuteTask_NN where NN is the workflow ID | + | * 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| | ||