| 19 | } |
| 20 | |
| 21 | export interface FlowWithTasksResult { |
| 22 | flow_run_id: string; |
| 23 | flow_run_name: string; |
| 24 | task_run_ids: string[]; |
| 25 | task_run_names: string[]; |
| 26 | } |
| 27 | |
| 28 | const REPO_ROOT = resolve(dirname(fileURLToPath(import.meta.url)), "../../.."); |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…