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:19] external edit |
bw:wfexec_tool [2022/08/17 14:12] (current) akoehler [Executing A Bizweaver Workflow] |
||
|---|---|---|---|
| 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| | ||