mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-30 13:19:44 -06:00
5 lines
123 B
Python
5 lines
123 B
Python
from examples.dataclasses.worker import Input, say_hello
|
|
|
|
# > Triggering a task
|
|
say_hello.run(input=Input(name="Hatchet"))
|