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

Interface ParentChildResult

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

Source from the content-addressed store, hash-verified

10}
11
12export 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
21export interface FlowWithTasksResult {
22 flow_run_id: string;

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…