Run task
render_create_taskRun a workflow task by submitting its slug and input data. The task executes with provided arguments, creating a new run via Render's 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). |