Table of Contents

Class ScheduleListActionStartWorkflow

Namespace
Temporalio.Client.Schedules
Assembly
Temporalio.dll

Action to start a workflow on a listed schedule.

public record ScheduleListActionStartWorkflow : ScheduleListAction, IEquatable<ScheduleListAction>, IEquatable<ScheduleListActionStartWorkflow>
Inheritance
ScheduleListActionStartWorkflow
Implements
Inherited Members

Constructors

ScheduleListActionStartWorkflow(string)

Action to start a workflow on a listed schedule.

public ScheduleListActionStartWorkflow(string Workflow)

Parameters

Workflow string

Workflow type name.

Properties

Workflow

Workflow type name.

public string Workflow { get; init; }

Property Value

string