run_task_and_wait
Submit an AI application task and automatically poll until completion, combining task submission and result retrieval.
Instructions
Submit an AI application task and wait for completion (auto-polling). Combines submit_task + query_task_outputs into a full workflow. Default max wait is 10 minutes with 5-second polling interval. Task status is automatically synced to persistent storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webapp_id | Yes | The webapp ID of the AI application | |
| node_info_list | Yes | Node parameter list, each containing nodeId, fieldName, fieldType, fieldValue | |
| timeout | No | Max wait time in seconds | |
| poll_interval | No | Polling interval in seconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||