V1 SDKs and Docs (#1361)

New SDKs and docs for the v1 release.
This commit is contained in:
Matt Kaye
2025-03-25 18:45:07 -04:00
committed by GitHub
parent 76e4fdaae5
commit 5062bf1e3e
623 changed files with 28812 additions and 4804 deletions

View File

@@ -0,0 +1,6 @@
from examples.affinity_workers.worker import affinity_worker_workflow
from hatchet_sdk import TriggerWorkflowOptions
affinity_worker_workflow.run(
options=TriggerWorkflowOptions(additional_metadata={"hello": "moon"}),
)