flow
(required): The input flow containing the events to retrieve the history for.entries
(optional, default: 10): The number of historical event entries to retrieve.flow
: The original input flow, passed through unchanged.events
: An array of event objects representing the historical events.strings
: An array of formatted strings representing the historical events in a human-readable format.hiddenProperties
(default: ["hiddenProperties", "eventState", "availableEvents"]
): An array of property names to exclude from the output event objects.eventState
(default: ["sender", "agentId"]
): An array of event state properties to include in the output event objects.eventStateProperties
(default: ["client", "connector", "channel", "from user", "to user"]
): An array of additional event state properties to include in the output event objects.availableEvents
(default: ["messageReceived", "webhookReceived", "messageSend", "messageStream"]
): An array of event types that are available for selection.selectedEvents
(default: []
): An array of specific event types to include in the output. If empty, all available event types will be included.flow
input of the Event History node.entries
input. The default is 10.flow
, an array of events
objects representing the historical events, and an array of strings
containing a human-readable representation of the events.entries
value and increase it only if necessary.strings
output for human-readable logging and debugging, while the events
output is more suitable for programmatic processing.events
or strings
outputs are empty, ensure that the connected flow has actually processed events and that the selectedEvents
configuration matches the event types present in the flow.eventState
and eventStateProperties
configuration options to ensure the desired properties are included.