Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Events

Events description

Comment

EVENT

The event (incident) is taken into processing in the Incident manager or is being processed by the operator 

The event is generated:

  1. when the operator takes the event into processing;
  2. at each step of the event processing.

The serializeBase64 parameter of the event contains JSON with the detailed information about the processed event, including the steps performed by the operator.

You can enable full logging of all event parameters using the registry key inc_server_send_full_event (see Axxon PSIM base version). When inc_server_send_full_event=1:

  • the serializeBase64 parameter will contain an encoded string with the SourceMsgBase64 field, which contains the encoded event string. This event contains the full_event_base64 parameter with the full parameters of the source event;
  • if the event is escalated, an additional parameter inc_server_action<escalated> will also be added.

Please note that if you enable full parameter logging, it will increase the size of the event database (by default, Incident server events are stored in the Axxon PSIM database in the PROTOCOL_INC_SERVER table)

The list of commands and parameters for the INC_SERVER object is presented in the table.

...