flow_log_tail
View the final lines of a Flow simulation job's combined stdout/stderr log, with optional case-insensitive regex filtering to isolate errors, problems, or solver events from long runs.
Instructions
Return the tail of a Flow job's combined stdout/stderr log.
grep (case-insensitive regex) filters the WHOLE log first and returns
the last lines matching lines with line numbers — e.g.
grep="will be shut|Problem:|Error:" extracts well-shut and solver
events from a long run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grep | No | ||
| lines | No | ||
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||