Mnovich/temporal foreground tasks (#2895)

Co-authored-by: Carlos M. Lopez <carlopez@squareup.com>
This commit is contained in:
Max Novich
2025-06-20 16:19:58 -07:00
committed by GitHub
parent b3aed4bc11
commit 180b1df25d
58 changed files with 4009 additions and 1920 deletions
+2
View File
@@ -64,6 +64,7 @@ export type ContextManageResponse = {
export type CreateScheduleRequest = {
cron: string;
execution_mode?: string | null;
id: string;
recipe_source: string;
};
@@ -316,6 +317,7 @@ export type ScheduledJob = {
cron: string;
current_session_id?: string | null;
currently_running?: boolean;
execution_mode?: string | null;
id: string;
last_run?: string | null;
paused?: boolean;