mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-28 05:30:05 -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
205 B
Python
7 lines
205 B
Python
from examples.sticky_workers.worker import sticky_workflow
|
|
from hatchet_sdk import TriggerWorkflowOptions
|
|
|
|
sticky_workflow.run(
|
|
options=TriggerWorkflowOptions(additional_metadata={"hello": "moon"}),
|
|
)
|