Menu commands
The following tables detail the menu commands in Workflow XML Designer.
File menu
Menu command | Description |
---|---|
New |
Creates a new, empty workflow. To add a job item, drag it from the upper-right panel. |
Open |
Opens a Workflow file. The application supports multiple file formats: |
Save |
Saves the recent changes made since the last Save as operation. |
Save as |
Saves the workflow with the specified file name and format. See the Open command for details on file formats. |
Close |
Closes the workflow. |
Export dynamic class libraries |
Exports the core assembly files of the Worklow XML Designer API. These files are free to use for Workflow XML Designer users. When Workflow XML Desingner runs at the first time, analyzes the OmniPageCSDK.IproPlus assembly and generates the following new files:
This may cause delay at the first run of Workflow XML Designer. Workflow XML Desingner saves these files to the following folder:
Workflow XML Designer uses these files to fill the Properties panel. |
Recent files |
Contains the list of recent files. |
Exit |
Closes Workflow XML Desingner. |
Job menu
Menu command | Description |
---|---|
Run |
Runs the active job. Open the Workflow XML property to inspect the actual Workflow XML. A red exclamation sign may appear at the top-right corner of incomplete workflow items. Move the mouse over the sign to display a tooltip with details helping to complete the workflow. Run-time errors highlight the workflow item in blinking red. See the Run-time Errors and Start Error properties for the description of the error. |
Cancel |
Stops the job from running. |
Options menu
Menu command | Description |
---|---|
Settings |
Opens the Settings dialog box. |
Custom Job Items |
Opens the Custom Job Items dialog box. |
Custom Job Wizards |
Opens the Custom Job Wizards dialog box. |
Tools menu
Menu command | Description |
---|---|
Control Property Streamer |
Opens Control Property Streamer, an external tool for interactive workflow designs for the configuration of visual controls. Offers the properties from the OmniPageCSDK.Toolboxes assembly. |
Workflow UI Container |
Opens Workflow UI Container, an external tool that guides the developer on how to host a user-interactive workflow in an arbitrary application window. IWR was not designed for interactive workflows in mind, still with the User interface job item developers can provide a user interface for the following user activities: |
Show Job Execution Errors |
Opens the Errors dialog box, an external tool that lists the errors that occurred during the workflow execution. |
Barcode Configurator |
Opens Barcode Configurator, an external tool that verifies barcode compatibility. |
Converter Configurator |
Opens Converter Configurator, an external tool for job items using export converters. It verifies the validity and consistency of export converter properties. |
XML Editor |
Opens the Editor, an external tool for editing XML parameters for scripted job items. |
C# Editor |
Opens the Editor, an external tool for editing C# for scripted job items. |