feat: implement task dependencies with validation and update handling
This commit is contained in:
@@ -9,6 +9,7 @@ import type { TaskCreateStatus } from "./taskCreateStatus";
|
||||
export interface TaskCreate {
|
||||
assigned_agent_id?: string | null;
|
||||
created_by_user_id?: string | null;
|
||||
depends_on_task_ids?: string[];
|
||||
description?: string | null;
|
||||
due_at?: string | null;
|
||||
priority?: string;
|
||||
|
||||
Reference in New Issue
Block a user