Make it easy to return to workflow run from a task (#978)

This commit is contained in:
Shuchang Zheng
2024-10-15 10:12:40 -07:00
committed by GitHub
parent 745b95c4dd
commit 4b2bf0a5f5
2 changed files with 121 additions and 74 deletions

View File

@@ -78,6 +78,7 @@ export type TaskApiResponse = {
failure_reason: string | null;
errors: Array<Record<string, unknown>>;
max_steps_per_run: number | null;
workflow_run_id: string | null;
};
export type CreateTaskRequest = {