Table of Contents

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 DescribeWorkflowExecutionResponse

Raw protobuf description.

dataConverter DataConverter

Data 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

Task<string>

Static details.

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

Task<string>

Static summary.

Remarks

WARNING: This setting is experimental.