Event states
- UpdatedAug 1, 2024
- 1 minute read
- Xanadu
- Events
The event state describes where in the life cycle the event is.
| State | Description |
|---|---|
| Ready | The system created the event and it is in the queue waiting to be processed. |
| Processed | The event successfully ran. An event does not necessarily trigger any further action when processed. Additional functionality must make use of the event. |
| Error | The event encountered an error during processing. This state is often caused by invalid event parameters. Reprocessing the event may resolve the error. |
| Transferred | The event was rotated to a different shard of the Event [ |