class documentation
class WorkflowExecutionDescription(WorkflowExecution): (source)
Constructor: WorkflowExecutionDescription._from_raw_description(description, converter)
Description for a single workflow execution run.
Class Variable | raw |
Underlying protobuf description. |
Static Method | _from |
Undocumented |
Inherited from WorkflowExecution
:
Async Method | memo |
Workflow's memo values, converted without type hints. |
Async Method | memo |
Memo value for the given key, optional default, and optional type hint. |
Class Variable | close |
When the workflow was closed if closed. |
Class Variable | data |
Data converter from when this description was created. |
Class Variable | execution |
When this workflow run started or should start. |
Class Variable | history |
Number of events in the history. |
Class Variable | id |
ID for the workflow. |
Class Variable | parent |
ID for the parent workflow if this was started as a child. |
Class Variable | parent |
Run ID for the parent workflow if this was started as a child. |
Class Variable | raw |
Underlying protobuf info. |
Class Variable | run |
Run ID for this workflow run. |
Class Variable | search |
Current set of search attributes if any. |
Class Variable | start |
When the workflow was created. |
Class Variable | status |
Status for the workflow. |
Class Variable | task |
Task queue for the workflow. |
Class Variable | typed |
Current set of search attributes if any. |
Class Variable | workflow |
Type name for the workflow. |
Class Method | _from |
Undocumented |
@staticmethod
def _from_raw_description(description:
def _from_raw_description(description:
temporalio.api.workflowservice.v1.DescribeWorkflowExecutionResponse
, converter: temporalio.converter.DataConverter
) -> WorkflowExecutionDescription
:
(source)
¶
Undocumented