Skip to content

PublishEntityResult

Part of Reusable workflows in the Python API reference.

Related guidance: shipped-tooling.

Runnable examples: publish_entity.py.

from picogrid_ecn_client.workflows import PublishEntityResult

Published entity and its broker acknowledgement.

PublishEntityResult(*, entity: Entity, receipt: PublicationReceipt)

Source · workflows/publish.py

NameTypeRequiredDefaultConstraintsDescription
entityEntityyesTyped entity submitted to the ECN.
receiptPublicationReceiptyesBroker acknowledgement for the publication.

Version 0.2.0 · branch main