Enum ContinueAsNewInitiator
Namespace: Temporalio.Api.Enums.V1
Assembly: Temporalio.dll
Syntax
public enum ContinueAsNewInitiator : int
Fields
Name | Description |
---|---|
CronSchedule | The workflow continued as new because cron has triggered a new execution |
Retry | The workflow continued as new because it is retrying |
Unspecified | |
Workflow | The workflow itself requested to continue as new |