This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw2:bizweaver_application_overview [2021/02/07 20:15] akoehler [Task Counter] |
bw2:bizweaver_application_overview [2021/06/16 14:19] (current) akoehler |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| This set of pages provides an overview of the Bizweaver data integration application. | This set of pages provides an overview of the Bizweaver data integration application. | ||
| Line 5: | Line 5: | ||
| This document is intended for developers of Bizweaver workflows. | This document is intended for developers of Bizweaver workflows. | ||
| - | ====== Related Pages====== | ||
| - | The following pages contain additional information about the specific components used to construct Bizweaver workflows. | ||
| - | |||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| - | * **[[bw2: | ||
| ====== General Overview ====== | ====== General Overview ====== | ||
| Line 33: | Line 16: | ||
| - **// | - **// | ||
| - **// | - **// | ||
| - | - **// | + | - **// |
| - **// | - **// | ||
| - **// | - **// | ||
| Line 49: | Line 32: | ||
| - | ========File======== | + | =====File===== |
| {{ : | {{ : | ||
| Line 60: | Line 43: | ||
| * A deleted workflow cannot be recovered. | * A deleted workflow cannot be recovered. | ||
| - | ========View======== | + | =====View===== |
| {{ : | {{ : | ||
| Line 70: | Line 53: | ||
| {{ : | {{ : | ||
| - | ======Tools======= | + | =====Tools===== |
| {{ : | {{ : | ||
| Line 82: | Line 65: | ||
| * Additional information for these processes is found **// | * Additional information for these processes is found **// | ||
| - | ==========Advance=========== | + | =====Advance===== |
| **Register Assembly:** Used only when specific tools need updating. | **Register Assembly:** Used only when specific tools need updating. | ||
| Line 90: | Line 73: | ||
| * Start Bizweaver using the right-click > Run as administrator option to ensure the process has adequate operating system permissions. | * Start Bizweaver using the right-click > Run as administrator option to ensure the process has adequate operating system permissions. | ||
| - | ==========Search=========== | + | =====Search===== |
| {{ : | {{ : | ||
| Line 96: | Line 79: | ||
| * Start typing the folder will start to start to filter workflows in the current folder actively. | * Start typing the folder will start to start to filter workflows in the current folder actively. | ||
| + | =====Filters===== | ||
| {{ : | {{ : | ||
| **Filter:** The filter button allows you to filter in the current folder on any selected options. | **Filter:** The filter button allows you to filter in the current folder on any selected options. | ||
| - | * All workflows | + | * "All workflows" is the default option if no filters are applied to the current folder. |
| + | |||
| + | =====Help Icon===== | ||
| + | |||
| + | The Help Icon can be found in the top right of most Bizweaver windows or can be found in the main applications in the menu bar help then select Bizweaver help. The help icon will load this wiki and navigate to the relevant page that it was clicked on. | ||
| + | |||
| + | {{ : | ||
| ====== Folders Pane ====== | ====== Folders Pane ====== | ||
| Line 151: | Line 141: | ||
| * Last Updated Date | * Last Updated Date | ||
| * Date & time the workflow was last updated (modified). | * Date & time the workflow was last updated (modified). | ||
| + | * Workflows are sorted by name. | ||
| Line 171: | Line 162: | ||
| There are three methods to execute a Bizweaver workflow: test/debug mode, “run now,” and scheduled. The results are the same for all methods. More information can be found here **[[bw2: | There are three methods to execute a Bizweaver workflow: test/debug mode, “run now,” and scheduled. The results are the same for all methods. More information can be found here **[[bw2: | ||
| - | |||
| - | ====== Workflow Variables ====== | ||
| - | |||
| - | “Variables” are data values that are held in memory during the execution of a workflow. There are two types of variables in Bizweaver: **User Variables** and **Step Variables**. | ||
| - | |||
| - | **User Variables** are defined by the user. These values can be defined in the Variables tool or they can be created using the **// | ||
| - | |||
| - | **Step Variables** are special references created by the Bizweaver application. Most Bizweaver workflow tools create these variables as the step is executed. An example of this would be a reference to an output column from a SQL Command: Reader step. | ||
| - | |||
| - | Bizweaver variables are available to other workflow steps that follow the step where they are created. | ||
| - | |||
| - | More information is found on the **// | ||