update_task_dependencies
Modify task dependencies while preventing circular dependencies to maintain workflow integrity in task management systems.
Instructions
Update task dependencies with circular dependency validation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The UUID of the task to update | |
| dependencies | Yes | New list of task dependencies |