Enum UpdateAdmittedEventOrigin
- Namespace
- Temporalio.Api.Enums.V1
- Assembly
- Temporalio.dll
Records why a WorkflowExecutionUpdateAdmittedEvent was written to history. Note that not all admitted updates result in this event.
public enum UpdateAdmittedEventOrigin
Fields
[OriginalName("UPDATE_ADMITTED_EVENT_ORIGIN_REAPPLY")] Reapply = 1
The UpdateAdmitted event was created when reapplying events during reset or replication. I.e. an accepted update on one branch of workflow history was converted into an admitted update on a different branch.
[OriginalName("UPDATE_ADMITTED_EVENT_ORIGIN_UNSPECIFIED")] Unspecified = 0