- Overview
- ReceiveTaskResult
ReceiveTaskResult
Part of Reusable workflows in the Python API reference.
Related guidance: shipped-tooling.
Runnable examples: receive_task.py.
from picogrid_ecn_client.workflows import ReceiveTaskResultRegistration and retained requests handled before cleanup.
ReceiveTaskResult( *, registration: TaskRegistration, contexts: tuple[TaskRequestContext, ...], results: tuple[EchoResult, ...],)Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| registration | TaskRegistration | yes | — | — | Public registration created for the echo handler. |
| contexts | tuple[TaskRequestContext, …] | yes | — | — | All contexts from a positive-limit watch, or the most recently retained contexts from an unbounded watch. |
| results | tuple[EchoResult, …] | yes | — | — | Results corresponding to the retained request contexts. |
Version 0.2.0 · branch main
