Files
hatchet/sdks/python/examples/waits/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

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", {})