Run task
render_create_taskTrigger a workflow task run on Render. Pass a task slug and input data (positional args or named parameters) to start execution via the Render API.
Instructions
Run task. Kicks off a run of the workflow task with the provided ID, passing the provided input data. Calls POST /task-runs on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | A task slug in the format workflow-slug/task-name. An optional version can be appended (workflow-slug/task-name:version). If no version is provided, the latest version is used. | |
| input | Yes | Input data for a task. Can be either an array (for positional arguments) or an object (for named parameters). |