Workflow Parameters
Source Class: SettingsParametersView.java
Parameters define variables used by the workflow (e.g., paths, email addresses, database queries).
Parameter Editor
Source Class: ParameterEditorDialog.java
Double-click a parameter to edit it. The editor adapts based on the variable type:
- String/Text: Standard text input.
- Boolean: Checkbox (True/False).
- Password: Masked input field.
- Select File/Folder: Opens the
SelectFileDialogto browse the server filesystem. - Tables: Opens the
TableEditorDialogfor editing structured rows/columns. - Dropdowns: Dynamic lists fetched from the server (e.g., Catalogs, Users).
Creating Parameters
You can add custom parameters defined by:
- Name
- Type (String, Table, Test-SQL, Test-Mail, etc.)