Table of Contents

Class WorkflowInfo.RootInfo

Namespace
Temporalio.Workflows
Assembly
Temporalio.dll

Information about a parent of a workflow.

public record WorkflowInfo.RootInfo : IEquatable<WorkflowInfo.RootInfo>
Inheritance
WorkflowInfo.RootInfo
Implements
Inherited Members

Constructors

RootInfo(string, string)

Information about a parent of a workflow.

public RootInfo(string RunId, string WorkflowId)

Parameters

RunId string

Run ID for the root.

WorkflowId string

Workflow ID for the root.

Properties

RunId

Run ID for the root.

public string RunId { get; init; }

Property Value

string

WorkflowId

Workflow ID for the root.

public string WorkflowId { get; init; }

Property Value

string