Skip to content

Dashboard Overview

Source Class: ContentView.java

The Dashboard is the main entry point after logging in. It provides a grid view of all available workflows.

Workflow Grid

The main table displays the following columns:

  • Status: Current state (e.g., Running, Sleeping, Disabled, Error).
  • Name: The name of the workflow.
  • Type: The workflow type (e.g., Hotfolder, Watchfolder, Scheduled).
  • Interval: How often the workflow runs.
  • Last Run: Timestamp of the last execution.
  • Next Workflow: Logic for chained workflows.

Filtering

Source Class: FilterWorkflowDialog.java

Click the Filter button to narrow down the list. Options include:

  • Show Active / Disabled
  • Show Running / Sleeping / Error
  • Filter by Type (Hotfolder, WatchSQL, etc.)
  • Filter by Name (A-Z)