Cloud Event Messages

The Cloud Event Messages page displays all cloud event messages that have been received by the system. Messages are sorted by date/time in descending order (newest first). From this page you can monitor processing status, download request and response data, retry or cancel background tasks, and edit request payloads.

Columns

Column Description
IdUnique identifier (GUID) of the message.
VersionCloudEvents specification version (e.g. 1.0).
TypeThe message type that determines how the message is processed (e.g. Customer.CreditLimit.Get).
StatusCurrent processing status: Task completed, Task is running, Task is not running, or No task scheduled.
SourceThe external system or application that sent the message.
SubjectFree-text subject describing what the message is about.
LanguageThe language in which the message will be processed.
Date & TimeWhen the message was received.
Last ModifiedWhen the message was last updated in the system.
Data Content TypeMIME type of the payload (e.g. application/json).
Request Data LengthSize (bytes) of the incoming request payload. Hidden by default.
Response Data LengthSize (bytes) of the response generated after processing. Hidden by default.
Task IdIdentifier of the background task. Hidden by default.

Actions

Task

ActionDescription
Retry TaskRe-schedules the background task to reprocess the selected message. Use when a task has failed.
Run TaskProcesses the selected message synchronously in the current session instead of waiting for the scheduled background task.
Cancel TaskCancels the scheduled background task. The task is removed from the task scheduler.

Request

ActionDescription
Download FileDownloads the incoming request payload as a file (JSON, XML, or TXT depending on the content type).
EditOpens the Cloud Event Message Editor so you can view or modify the request data.

Response

ActionDescription
Download FileDownloads the processing result/response data as a file.

FactBoxes


© Origo – Cloud Events Base Extension