Class WorkflowExecutionDescription
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Representation of a workflow execution and description.
public class WorkflowExecutionDescription : WorkflowExecution
- Inheritance
-
WorkflowExecutionDescription
- Inherited Members
Constructors
WorkflowExecutionDescription(DescribeWorkflowExecutionResponse, DataConverter)
Initializes a new instance of the WorkflowExecutionDescription class.
protected WorkflowExecutionDescription(DescribeWorkflowExecutionResponse rawDescription, DataConverter dataConverter)
Parameters
rawDescription
DescribeWorkflowExecutionResponseRaw protobuf description.
dataConverter
DataConverterData converter.
Remarks
WARNING: This constructor may be mutated in backwards incompatible ways.
Methods
GetStaticDetailsAsync()
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.
public Task<string?> GetStaticDetailsAsync()
Returns
Remarks
WARNING: This setting is experimental.
GetStaticSummaryAsync()
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.
public Task<string?> GetStaticSummaryAsync()
Returns
Remarks
WARNING: This setting is experimental.