class documentation
class WorkflowExecutionDescription(WorkflowExecution): (source)
Constructor: WorkflowExecutionDescription._from_raw_description(description, namespace, converter)
Description for a single workflow execution run.
| Async Method | static |
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 |
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 |
Underlying protobuf description. |
| Async Static Method | _from |
Undocumented |
| Async Method | _decode |
Internal method to decode metadata lazily. |
| Instance Variable | _metadata |
Undocumented |
| Instance Variable | _static |
Undocumented |
| Instance Variable | _static |
Undocumented |
Inherited from WorkflowExecution:
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.
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 _from_raw_description(description:
temporalio.api.workflowservice.v1.DescribeWorkflowExecutionResponse, namespace: str, converter: temporalio.converter.DataConverter) -> WorkflowExecutionDescription:
(source)
¶
Undocumented
