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

Interface SimpleTaskResult

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

Source from the content-addressed store, hash-verified

3import { fileURLToPath } from "node:url";
4
5export interface SimpleTaskResult {
6 flow_run_id: string;
7 flow_run_name: string;
8 task_run_ids: string[];
9 task_run_names: string[];
10}
11
12export interface ParentChildResult {
13 parent_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…