Files
hatchet/sdks/python/examples/timeout/trigger.py
Matt Kaye 5062bf1e3e V1 SDKs and Docs (#1361)
New SDKs and docs for the v1 release.
2025-03-25 15:45:07 -07:00

5 lines
110 B
Python

from examples.timeout.worker import refresh_timeout_wf, timeout_wf
timeout_wf.run()
refresh_timeout_wf.run()