clokio_add_task_dependency
Add a dependency link between two tasks, choosing whether one blocks or waits on the other. Circular dependencies are rejected to keep task sequencing valid.
Instructions
Add a dependency between two tasks. Circular dependencies are rejected by the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task that depends | |
| type | No | ||
| depends_on_task_id | Yes |