Jobs & History
Jobs tab
The Jobs tab (top of the right panel) lists every module run submitted in the current session.
Each job card shows:
| Field | Description |
|---|---|
| Task ID | Short unique identifier |
| Module | The GRASS module name |
| Status badge | RUNNING / DONE / FAILED / CANCELLED |
| Timestamps | Submitted and completed times |
Click a job card to jump to its terminal output.
History section
The History section at the bottom of the left panel keeps a log of completed runs. It appears after the first successful run.
Click any history entry to re-populate the Run Module form with the same module and arguments from that run, ready to re-run or adjust.
Terminal
The Terminal tab streams live stdout/stderr from the running module via SSE. Each line is colour-coded:
- Default text — normal output
- Lines starting with
WARNING— yellow - Lines starting with
ERROR— red
The terminal scrolls to the bottom automatically while output is arriving. Scroll up manually to review earlier output.