Skip to content

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 SelectFileDialog to browse the server filesystem.
  • Tables: Opens the TableEditorDialog for 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.)