wes_get_task
Get details of a specific task within a workflow run, returning log data like start/end time, stdout, stderr, and exit code.
Instructions
Get details of a specific task within a workflow run.
Returns log information including name, command, start/end time, stdout, stderr, exit code, and system logs.
Args: run_id: The workflow run identifier task_id: The task identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| task_id | Yes |