| 10 | } |
| 11 | |
| 12 | export interface ParentChildResult { |
| 13 | parent_flow_run_id: string; |
| 14 | parent_flow_run_name: string; |
| 15 | child_flow_run_id: string; |
| 16 | child_flow_run_name: string; |
| 17 | task_run_ids: string[]; |
| 18 | task_run_names: string[]; |
| 19 | } |
| 20 | |
| 21 | export interface FlowWithTasksResult { |
| 22 | flow_run_id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…