pfc_check_task_status
Check the status and paginated output of a submitted PFC task, with options to filter lines and control page size.
Instructions
Check status and paginated output for a submitted PFC task.
Output combines Python prints and PFC console output from itasca.command() calls (table dumps, list output, command summaries) interleaved in execution order. Use skip_newest / limit to paginate, or filter to keep only matching lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID returned by pfc_execute_task | |
| skip_newest | No | Skip N newest output lines before pagination | |
| limit | No | Output lines per page | |
| filter | No | Only keep output lines containing this text | |
| wait_seconds | No | Wait time before querying status |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||