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

Function async_parent_flow

integration-tests/test_nested_cancellation.py:59–60  ·  view source on GitHub ↗
(marker_dir: str)

Source from the content-addressed store, hash-verified

57
58@flow(on_cancellation=[parent_cancel_hook], log_prints=True)
59async def async_parent_flow(marker_dir: str):
60 await async_child_flow(marker_dir)
61
62
63async def background_task(marker_dir: str) -> None:

Callers

nothing calls this directly

Calls 1

async_child_flowFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…