- Overview
- ReceiveMeshTaskResult
ReceiveMeshTaskResult
Part of Reusable workflows in the Python API reference.
Related guidance: shipped-tooling.
Runnable examples: receive_mesh_task.py.
from picogrid_ecn_client.workflows import ReceiveMeshTaskResultTerminal identity plus retained requests handled before cleanup.
ReceiveMeshTaskResult( *, terminal_id: UUID, registration: TaskRegistration, contexts: tuple[TaskRequestContext, ...], results: tuple[EchoResult, ...],)Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| terminal_id | UUID | yes | — | — | Configured local terminal identity for the routed handler. |
| 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
