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