mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-28 04:09:41 -06:00
* 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"}),
|
|
)
|