Skip to content

EchoResult

Part of Reusable workflows in the Python API reference.

Related guidance: shipped-tooling.

Runnable examples: dispatch_mesh_task.py, dispatch_task.py, receive_mesh_task.py, receive_task.py.

from picogrid_ecn_client.workflows import EchoResult

Bounded result body returned by the public task workflow examples.

EchoResult(*, message: str)

Source · workflows/tasks.py

NameTypeRequiredDefaultConstraintsDescription
messagestryesmin_length=1, max_length=1024Echo message returned unchanged.

Version 0.2.0 · branch main