This document discusses the Bizweaver Export/Import functionality.
This document is intended for developers of Bizweaver workflows.
The following documents contain additional information that may be helpful with the development of Bizweaver workflows.
The Bizweaver Export/Import tool is, as the name suggests, used to export workflows out of Bizweaver and import them in. The functionality is used for two primary purposes: to transfer workflows from one instance of Bizweaver to another and back up workflows for security reasons.
Workflows are exported into a special file with the extension “bwx”. This is a special data file that does not have any user-accessible information. An export file may contain one or multiple workflows.
Starting in Bizweaver version in 2.5, workflows are not backward compatible with versions of Bizweaver 2.4 and before.
There are two methods to initiate workflow export: single and multiple.
SQL, DI (DI Server and/or DIAPI), SMTP, Web Service (REST), and Exchange connections will need to be updated as part of the import process. Each of the needed connection types should be in place before starting the import process.
For Web Service connections, create at least one “dummy” REST global connection to be used as a placeholder for non-REST web service steps.
Starting in Bizweaver version in 2.5, workflows are not backward compatible with versions of Bizweaver 2.4 and before.
The import process always begins with a source file created by the export.
Any workflows that use a SQL, DI, SMTP, WebService, or Exchange connection must be updated to reflect the current environment's appropriate connections.
This update must be done even if you import a workflow back into the environment where it was created.
The workflow (task) and step names are listed in the upper section. Drop-downs for DB (SQL), DI (DI Server and DIAPI), SMTP, REST, and Exchange connections are listed in the lower section.
Each row in the upper section can be updated individually using the drop-down in the “New Connection” column.
However, a faster way to accomplish the update is described below.
Imported workflows are always placed in the base category (Bizweaver Tasks). They can be moved to other categories after import.
The process of using the Import/Export tool is discussed here