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

    • 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

Last updated