Event
What is Event
Events
are created by the Temporal Cluster in response to external occurrences and Commands generated by a Workflow Execution
- Each
Event
corresponds to an enum that is defined in the Server API
Event History
All Events are recorded in the Event History.
History Persistence
Event History is durably persisted by the Temporal service, enabling seamless recovery of your application state from crashes or failures.
- It also serves as an audit log for debugging.
Event Reference
A list of all possible Events that could appear in a Workflow Execution Event History is provided in the Event reference