shannon_read_workflow_log
Read the workflow log file from a workspace. Supports tail (default) or reading from the beginning, with an option to limit bytes returned.
Instructions
Read workflow.log for a workspace (tail by default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| workspaces_dir | No | ||
| bytes | No | Max bytes to return. | |
| from_start | No | When true, read first bytes instead of tail. |