Skip to content

Event Details

The Event Details view provides an in-depth look at a specific event. Depending on the event's current state, different functionalities are available:

  • Cancel: For events that are currently running.
  • Retry: For events that have failed.

Retry

TIP

This is an example of a process that can be retried. The interface for cancellation is identical.

This view also provides access to the following detailed information panels:

Audit Details

This panel displays core audit information: the audit ID, initiation and completion times, version, Correlation ID, Reference Audit, and Request ID.

Audit Details

TIP

The Audit Details view is interactive. Clicking on the Correlation ID, Reference Audit, or Request ID will navigate you to the corresponding item. Similarly, clicking the version number will open the change management view.

Event Details

This panel provides key event identifiers: ID, Source, Target, and Type.

Event Details

TIP

This section contains convenient navigation links. Clicking the source or target will take you to its repository in the "System Landscape," while clicking the type will navigate you to the "Event" tile.

Timeline

The timeline offers a comprehensive overview of the event's progression through its various stages. Each stage displays its start time, duration, status, and any additional data.

StageDescription
InitializeSystem setup and environment preparation.
Prepare to ExecuteLoading configurations and validating preconditions.
Ready to RunFinal pre-execution checks are complete.
RuntimeMain processing stage, which includes the following substages:
├── EnrichEnriching data with contextual information.
├── SourceRetrieving input data.
├── ValidateValidating data for accuracy and integrity.
└── TargetWriting or updating target entities.
ExecuteFinal execution of the intended operation.
CallbackPost-execution cleanup or follow-up actions.

TIP

To view additional data or metadata for a specific stage, click the Open or View JSON link. This opens a pop-up window displaying structured JSON information relevant to that stage. If no data is present, it will show N/A. To view additional data or metadata for a specific stage, click the Open or View JSON link. This opens a pop-up window displaying structured JSON information relevant to that stage. If no data is present, it will show "N/A".

Trace View

The Trace View offers a granular look at the steps an event undergoes during the four Runtime sub-stages: Enrich, Source, Validate, and Target. You can expand each row to see detailed information, including status (hover for text), additional data, start/completion times, duration, and a "View" button to inspect the process.

Trace View