proper sql filtering

This commit is contained in:
2026-03-01 20:43:48 -06:00
parent 6b9d7d6cf2
commit bbe94d75f8
54 changed files with 6692 additions and 928 deletions

View File

@@ -40,6 +40,11 @@ export type PaginatedResponse_ExecutionSummary = {
* Execution status
*/
status: ExecutionStatus;
/**
* When the execution actually started running (worker picked it up).
* Null if the execution hasn't started running yet.
*/
started_at?: string | null;
/**
* Trigger reference (if triggered by a trigger)
*/