mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-20 17:38:39 -05:00
5062bf1e3e
New SDKs and docs for the v1 release.
7 lines
225 B
Python
7 lines
225 B
Python
from examples.affinity_workers.worker import affinity_worker_workflow
|
|
from hatchet_sdk import TriggerWorkflowOptions
|
|
|
|
affinity_worker_workflow.run(
|
|
options=TriggerWorkflowOptions(additional_metadata={"hello": "moon"}),
|
|
)
|