mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-30 21:29:44 -06:00
* api changes * doc changes * move docs * generated * generate * pkg * backmerge main * revert to main * revert main * race? * remove go tests
11 lines
227 B
Python
11 lines
227 B
Python
import time
|
|
|
|
from examples.waits.worker import hatchet, task_condition_workflow
|
|
|
|
task_condition_workflow.run_no_wait()
|
|
|
|
time.sleep(5)
|
|
|
|
hatchet.event.push("skip_on_event:skip", {})
|
|
hatchet.event.push("wait_for_event:start", {})
|