submit_task
Submit an AI task by providing a webapp ID and node parameters. Returns a task ID for tracking status and saves the task to persistent storage.
Instructions
Submit an AI application task. Requires webapp_id and node_info_list. Returns taskId for subsequent status queries. The task is automatically saved to local 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||