Table of Contents

Class ListWorkflowsInput

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

Remarks

WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.

Constructors

ListWorkflowsInput(string, WorkflowListOptions?)

public ListWorkflowsInput(string Query, WorkflowListOptions? Options)

Parameters

Query string

List query.

Options WorkflowListOptions

Options passed in to list.

Remarks

WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.

Properties

Options

Options passed in to list.

public WorkflowListOptions? Options { get; init; }

Property Value

WorkflowListOptions

Query

List query.

public string Query { get; init; }

Property Value

string