Files
hatchet/examples/python/timeout/trigger.py
Gabe Ruttner 8e80faf2d6 Fe overhaul docs (#1640)
* api changes

* doc changes

* move docs

* generated

* generate

* pkg

* backmerge main

* revert to main

* revert main

* race?

* remove go tests
2025-04-30 14:10:09 -07:00

5 lines
110 B
Python

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