mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-21 08:40:10 -06:00
@@ -59,7 +59,7 @@ Note that the type of `input` here is a Pydantic model that matches the input sc
|
||||
|
||||
## Subscribing to results from an enqueued task
|
||||
|
||||
Often is is useful to subscribe to the results of a task at a later time. The `run_no_wait` method returns a `WorkflowRunRef` object which includes a listener for the result of the task.
|
||||
Often it is useful to subscribe to the results of a task at a later time. The `run_no_wait` method returns a `WorkflowRunRef` object which includes a listener for the result of the task.
|
||||
|
||||
<UniversalTabs items={["Python", "Typescript", "Go"]}>
|
||||
<Tabs.Tab title="Python">
|
||||
|
||||
Reference in New Issue
Block a user