working on workflows

This commit is contained in:
2026-03-04 22:02:34 -06:00
parent b54aa3ec26
commit 7438f92502
63 changed files with 10231 additions and 731 deletions

View File

@@ -62,6 +62,7 @@ export type ExecutionResponse = {
workflow_task?: {
workflow_execution: number;
task_name: string;
triggered_by?: string | null;
task_index?: number | null;
task_batch?: number | null;
retry_count: number;

View File

@@ -54,6 +54,7 @@ export type ExecutionSummary = {
workflow_task?: {
workflow_execution: number;
task_name: string;
triggered_by?: string | null;
task_index?: number | null;
task_batch?: number | null;
retry_count: number;