Files
hatchet/examples/python/bulk_fanout/trigger.py
Gabe Ruttner 8e80faf2d6 Fe overhaul docs (#1640)
* api changes

* doc changes

* move docs

* generated

* generate

* pkg

* backmerge main

* revert to main

* revert main

* race?

* remove go tests
2025-04-30 14:10:09 -07:00

8 lines
234 B
Python

from examples.bulk_fanout.worker import ParentInput, bulk_parent_wf
from hatchet_sdk import TriggerWorkflowOptions
bulk_parent_wf.run(
ParentInput(n=999),
TriggerWorkflowOptions(additional_metadata={"no-dedupe": "world"}),
)