Table of Contents

Enum ContinueAsNewInitiator

Namespace
Temporalio.Api.Enums.V1
Assembly
Temporalio.dll
public enum ContinueAsNewInitiator

Fields

[OriginalName("CONTINUE_AS_NEW_INITIATOR_CRON_SCHEDULE")] CronSchedule = 3

The workflow continued as new because cron has triggered a new execution

[OriginalName("CONTINUE_AS_NEW_INITIATOR_RETRY")] Retry = 2

The workflow continued as new because it is retrying

[OriginalName("CONTINUE_AS_NEW_INITIATOR_UNSPECIFIED")] Unspecified = 0
[OriginalName("CONTINUE_AS_NEW_INITIATOR_WORKFLOW")] Workflow = 1

The workflow itself requested to continue as new