MCPcopy
hub / github.com/PrefectHQ/prefect / FlowWithTasksResult

Interface FlowWithTasksResult

ui-v2/e2e/fixtures/run-python-flow.ts:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21export interface FlowWithTasksResult {
22 flow_run_id: string;
23 flow_run_name: string;
24 task_run_ids: string[];
25 task_run_names: string[];
26}
27
28const REPO_ROOT = resolve(dirname(fileURLToPath(import.meta.url)), "../../..");
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…