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
Properties
RunId
Run ID for the root.
public string RunId { get; init; }
Property Value
WorkflowId
Workflow ID for the root.
public string WorkflowId { get; init; }