Table of Contents

Class DescribeNexusOperationInput

Namespace
Temporalio.Client.Interceptors
Assembly
Temporalio.dll
public record DescribeNexusOperationInput : IEquatable<DescribeNexusOperationInput>
Inheritance
DescribeNexusOperationInput
Implements
Inherited Members

Remarks

WARNING: Standalone Nexus operations are experimental.

Constructors

DescribeNexusOperationInput(string, string?, NexusOperationDescribeOptions?)

public DescribeNexusOperationInput(string Id, string? RunId, NexusOperationDescribeOptions? Options)

Parameters

Id string

Operation ID.

RunId string

Operation run ID if any.

Options NexusOperationDescribeOptions

Options passed in to describe.

Remarks

WARNING: Standalone Nexus operations are experimental.

Properties

Id

Operation ID.

public string Id { get; init; }

Property Value

string

Options

Options passed in to describe.

public NexusOperationDescribeOptions? Options { get; init; }

Property Value

NexusOperationDescribeOptions

RunId

Operation run ID if any.

public string? RunId { get; init; }

Property Value

string