mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-04 00:20:08 -05:00
5062bf1e3e
New SDKs and docs for the v1 release.
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"}),
|
|
)
|