task_execute
Run a saved automation task by ID and retrieve its actual browser run result, validating new or updated tasks against real output.
Instructions
Execute a saved automation task by ID and return its real run result. This is also useful for validating newly created or updated tasks against actual browser behavior and output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The unique ID of the task to execute. | |
| variables | No | Key-value pairs representing the execution variables (optional). |