Class UserMetadata
- Namespace
- Temporalio.Workflows
- Assembly
- Temporalio.dll
Static metadata for a workflow execution.
[TemporalTransferTypeConverter(typeof(UserMetadata.TransferTypeConverter))]
public record UserMetadata : IEquatable<UserMetadata>
- Inheritance
-
UserMetadata
- Implements
- Inherited Members
Remarks
WARNING: This API is experimental and may change in the future.
Properties
StaticDetails
General fixed details for the workflow execution that may appear in UI and CLI. This can be in Temporal Markdown format and can span multiple lines. This value is fixed on the workflow execution and cannot be updated.
public object? StaticDetails { get; init; }
Property Value
StaticSummary
Single-line fixed summary for the workflow execution that may appear in UI and CLI. This can be in single-line Temporal Markdown format.
public object? StaticSummary { get; init; }