Enum HistoryEvent.AttributesOneofCase
Enum of possible cases for the "attributes" oneof.
Namespace: Temporalio.Api.History.V1
Assembly: Temporalio.dll
Syntax
public enum AttributesOneofCase : int
Fields
Name | Description |
---|---|
ActivityPropertiesModifiedExternallyEventAttributes | |
ActivityTaskCanceledEventAttributes | |
ActivityTaskCancelRequestedEventAttributes | |
ActivityTaskCompletedEventAttributes | |
ActivityTaskFailedEventAttributes | |
ActivityTaskScheduledEventAttributes | |
ActivityTaskStartedEventAttributes | |
ActivityTaskTimedOutEventAttributes | |
ChildWorkflowExecutionCanceledEventAttributes | |
ChildWorkflowExecutionCompletedEventAttributes | |
ChildWorkflowExecutionFailedEventAttributes | |
ChildWorkflowExecutionStartedEventAttributes | |
ChildWorkflowExecutionTerminatedEventAttributes | |
ChildWorkflowExecutionTimedOutEventAttributes | |
ExternalWorkflowExecutionCancelRequestedEventAttributes | |
ExternalWorkflowExecutionSignaledEventAttributes | |
MarkerRecordedEventAttributes | |
None | |
RequestCancelExternalWorkflowExecutionFailedEventAttributes | |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes | |
SignalExternalWorkflowExecutionFailedEventAttributes | |
SignalExternalWorkflowExecutionInitiatedEventAttributes | |
StartChildWorkflowExecutionFailedEventAttributes | |
StartChildWorkflowExecutionInitiatedEventAttributes | |
TimerCanceledEventAttributes | |
TimerFiredEventAttributes | |
TimerStartedEventAttributes | |
UpsertWorkflowSearchAttributesEventAttributes | |
WorkflowExecutionCanceledEventAttributes | |
WorkflowExecutionCancelRequestedEventAttributes | |
WorkflowExecutionCompletedEventAttributes | |
WorkflowExecutionContinuedAsNewEventAttributes | |
WorkflowExecutionFailedEventAttributes | |
WorkflowExecutionSignaledEventAttributes | |
WorkflowExecutionStartedEventAttributes | |
WorkflowExecutionTerminatedEventAttributes | |
WorkflowExecutionTimedOutEventAttributes | |
WorkflowPropertiesModifiedEventAttributes | |
WorkflowPropertiesModifiedExternallyEventAttributes | |
WorkflowTaskCompletedEventAttributes | |
WorkflowTaskFailedEventAttributes | |
WorkflowTaskScheduledEventAttributes | |
WorkflowTaskStartedEventAttributes | |
WorkflowTaskTimedOutEventAttributes | |
WorkflowUpdateAcceptedEventAttributes | |
WorkflowUpdateCompletedEventAttributes | |
WorkflowUpdateRejectedEventAttributes |