mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-25 19:58:34 -05:00
8e80faf2d6
* api changes * doc changes * move docs * generated * generate * pkg * backmerge main * revert to main * revert main * race? * remove go tests
7 lines
220 B
Python
7 lines
220 B
Python
from examples.blocked_async.worker import blocked_worker_workflow
|
|
from hatchet_sdk import TriggerWorkflowOptions
|
|
|
|
blocked_worker_workflow.run(
|
|
options=TriggerWorkflowOptions(additional_metadata={"hello": "moon"}),
|
|
)
|