feat: migrate task jobs to workflow notifications + timeline
This commit is contained in:
@@ -16,5 +16,6 @@ export const queryKeys = {
|
||||
portfolioSummary: () => ['portfolio', 'summary'] as const,
|
||||
latestPortfolioInsight: () => ['portfolio', 'insights', 'latest'] as const,
|
||||
task: (taskId: string) => ['tasks', 'detail', taskId] as const,
|
||||
taskTimeline: (taskId: string) => ['tasks', 'timeline', taskId] as const,
|
||||
recentTasks: (limit: number) => ['tasks', 'recent', limit] as const
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user