Table of Contents

Class ScheduleActionExecutionStartWorkflow

Namespace
Temporalio.Client.Schedules
Assembly
Temporalio.dll

Action execution representing a scheduled workflow start.

public record ScheduleActionExecutionStartWorkflow : ScheduleActionExecution, IEquatable<ScheduleActionExecution>, IEquatable<ScheduleActionExecutionStartWorkflow>
Inheritance
ScheduleActionExecutionStartWorkflow
Implements
Inherited Members

Constructors

ScheduleActionExecutionStartWorkflow(string, string)

Action execution representing a scheduled workflow start.

public ScheduleActionExecutionStartWorkflow(string WorkflowId, string FirstExecutionRunId)

Parameters

WorkflowId string

Workflow ID.

FirstExecutionRunId string

Run ID.

Properties

FirstExecutionRunId

Run ID.

public string FirstExecutionRunId { get; init; }

Property Value

string

WorkflowId

Workflow ID.

public string WorkflowId { get; init; }

Property Value

string