Namespace DurableTask.Core.History
Classes
- ContinueAsNewEvent
A history event for continue-as-new
- EventRaisedEvent
A history event for event raised
- EventSentEvent
A history event for event sent
- ExecutionCompletedEvent
A history event for execution completed
- ExecutionStartedEvent
A history event for orchestration execution starting
- ExecutionTerminatedEvent
A history event for orchestration abrupt termination
- GenericEvent
Generic History event
- HistoryEvent
Base class for history events
- HistoryStateEvent
History state event
- OrchestratorCompletedEvent
A history event for orchestrator completed
- OrchestratorStartedEvent
A history event for orchestrator started
- SubOrchestrationInstanceCompletedEvent
A history event for sub orchestration instance completion
- SubOrchestrationInstanceCreatedEvent
A history event for sub orchestration instance creation
- SubOrchestrationInstanceFailedEvent
A history event for a sub orchestration instance failure
- TaskCompletedEvent
A history event for a task completion
- TaskFailedEvent
A history event for a task failure
- TaskScheduledEvent
A history event for a new task scheduled
- TimerCreatedEvent
A history event for a new timer creation
- TimerFiredEvent
A history event for a timer firing
Enums
- EventType
Enumeration of event types for orchestration, activity and history events