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

Method hello_flow

tests/test_flows.py:5332–5336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5330
5331 @flow
5332 def hello_flow():
5333 local_flow.deploy(
5334 name="my-deployment",
5335 work_pool_name=work_pool.name,
5336 )
5337
5338 hello_flow()
5339

Callers

nothing calls this directly

Calls 1

deployMethod · 0.80

Tested by

no test coverage detected