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
stringWorkflow type name.
Properties
Workflow
Workflow type name.
public string Workflow { get; init; }