...
The table on the left side of the screen shows all events received within the last week. Messages are purged automatically after 7 days. [TODO: Fix table to be accurate]
Field | Description |
---|---|
Message Id | The id given to message |
Status | The status of the message. Can be SUCCESS, PENDING, or FAILED |
Event Type | The event type corresponding to the event. |
Message | A message containing more detail on the execution. This message can be set in a function script by using the LOG.setMessage function. If any errors occur during execution, the message will be overwritten |
Created By | User who created the event |
Created On | Date and time of event message creation |
...