Table of Contents

Namespace Temporalio.Api.History.V1

Classes

ActivityPropertiesModifiedExternallyEventAttributes
ActivityTaskCancelRequestedEventAttributes
ActivityTaskCanceledEventAttributes
ActivityTaskCompletedEventAttributes
ActivityTaskFailedEventAttributes
ActivityTaskScheduledEventAttributes
ActivityTaskStartedEventAttributes
ActivityTaskTimedOutEventAttributes
ChildWorkflowExecutionCanceledEventAttributes
ChildWorkflowExecutionCompletedEventAttributes
ChildWorkflowExecutionFailedEventAttributes
ChildWorkflowExecutionStartedEventAttributes
ChildWorkflowExecutionTerminatedEventAttributes
ChildWorkflowExecutionTimedOutEventAttributes
ExternalWorkflowExecutionCancelRequestedEventAttributes
ExternalWorkflowExecutionSignaledEventAttributes
History
HistoryEvent

History events are the method by which Temporal SDKs advance (or recreate) workflow state. See the EventType enum for more info about what each event is for.

MarkerRecordedEventAttributes
MessageReflection

Holder for reflection information generated from temporal/api/history/v1/message.proto

NexusOperationCancelRequestedEventAttributes
NexusOperationCanceledEventAttributes

Nexus operation completed as canceled. May or may not have been due to a cancellation request by the workflow.

NexusOperationCompletedEventAttributes

Nexus operation completed successfully.

NexusOperationFailedEventAttributes

Nexus operation failed.

NexusOperationScheduledEventAttributes

Event marking that an operation was scheduled by a workflow via the ScheduleNexusOperation command.

NexusOperationStartedEventAttributes

Event marking an asynchronous operation was started by the responding Nexus handler. If the operation completes synchronously, this event is not generated. In rare situations, such as request timeouts, the service may fail to record the actual start time and will fabricate this event upon receiving the operation completion via callback.

NexusOperationTimedOutEventAttributes

Nexus operation timed out.

RequestCancelExternalWorkflowExecutionFailedEventAttributes
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
SignalExternalWorkflowExecutionFailedEventAttributes
SignalExternalWorkflowExecutionInitiatedEventAttributes
StartChildWorkflowExecutionFailedEventAttributes
StartChildWorkflowExecutionInitiatedEventAttributes
TimerCanceledEventAttributes
TimerFiredEventAttributes
TimerStartedEventAttributes
UpsertWorkflowSearchAttributesEventAttributes
WorkflowExecutionCancelRequestedEventAttributes
WorkflowExecutionCanceledEventAttributes
WorkflowExecutionCompletedEventAttributes
WorkflowExecutionContinuedAsNewEventAttributes
WorkflowExecutionFailedEventAttributes
WorkflowExecutionSignaledEventAttributes
WorkflowExecutionStartedEventAttributes

Always the first event in workflow history

WorkflowExecutionTerminatedEventAttributes
WorkflowExecutionTimedOutEventAttributes
WorkflowExecutionUpdateAcceptedEventAttributes
WorkflowExecutionUpdateAdmittedEventAttributes
WorkflowExecutionUpdateCompletedEventAttributes
WorkflowExecutionUpdateRejectedEventAttributes
WorkflowPropertiesModifiedEventAttributes
WorkflowPropertiesModifiedExternallyEventAttributes
WorkflowTaskCompletedEventAttributes
WorkflowTaskFailedEventAttributes
WorkflowTaskScheduledEventAttributes
WorkflowTaskStartedEventAttributes
WorkflowTaskTimedOutEventAttributes

Enums

HistoryEvent.AttributesOneofCase

Enum of possible cases for the "attributes" oneof.