temporalio.client.WorkflowExecutionDescription
class documentation

Description for a single workflow execution run.

Async Method static_details Gets the general fixed details for this workflow execution that may appear in UI/CLI. This can be in Temporal markdown format and can span multiple lines.
Async Method static_summary Gets the single-line fixed summary for this workflow execution that may appear in UI/CLI. This can be in single-line Temporal markdown format.
Class Variable raw_description Underlying protobuf description.
Async Static Method _from_raw_description Undocumented
Async Method _decode_metadata Internal method to decode metadata lazily.
Instance Variable _metadata_decoded Undocumented
Instance Variable _static_details Undocumented
Instance Variable _static_summary Undocumented

Inherited from WorkflowExecution:

async def static_details(self) -> str | None: (source)

Gets the general fixed details for this workflow execution that may appear in UI/CLI. This can be in Temporal markdown format and can span multiple lines.

async def static_summary(self) -> str | None: (source)

Gets the single-line fixed summary for this workflow execution that may appear in UI/CLI. This can be in single-line Temporal markdown format.

async def _decode_metadata(self): (source)

Internal method to decode metadata lazily.

_metadata_decoded: bool = (source)

Undocumented

_static_details: str | None = (source)

Undocumented

_static_summary: str | None = (source)

Undocumented