task_execute
Execute a saved automation task by ID. Pass optional variables as key-value pairs and receive the task's result.
Instructions
Execute/run a saved automation task by ID and return its result.
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). |