> For the complete documentation index, see [llms.txt](https://docs.highcohesion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.highcohesion.com/monitoring-streams/event-statuses.md).

# Event Statuses

## **Event** statuses

An Event is created by a Job and is the vehicle that transfers a specific data type through a Stream between two systems, for example an Order file.

**An Event can exist in 6 different statuses:**

* **NEW**
  * The first time an Event is created
* **TRANSFORMED**
  * When the Event data has been successfully transformed from the Source system data structure to fit the Destination system structure
* **OK**&#x20;
  * When an Event has been successfully transformed and posted to the Destination system
* **ERROR**
  * When the Event errors during the transformation
* **FAILED**
  * When the Event fails to be posted to the Destination system
