> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

An intermediate event is an occurrence situated between a start and an end event in a process or system. It is represented by a circle with a double line. This event can either catch or throw information, and the directional flow is indicated by connecting objects, determining whether the event is catching or throwing information.

<Frame>
  ![](https://s3.eu-west-1.amazonaws.com/docx.flowx.ai/release34/intermediate_message_events.png)
</Frame>

### Message throw intermediate event

This event throws a message and continues with the process flow.
It enables the sending of a message to a unique destination.

<Card title="Message Throw Intermediate Event" href="/3.x/docs/building-blocks/node/message-events/message-intermediate/message-throw-intermediate-event" icon="link" />

### Message catch intermediate event

This event waits for a message to be caught before continuing with the process flow.

<Card title="Message Catch Intermediate Event" href="/3.x/docs/building-blocks/node/message-events/message-intermediate/message-catch-intermediate-event" icon="link" />


## Related topics

- [Overview](/release-notes/v5.x/v5.0.0-july-2025/migrating-from-v4.7.x-to-5.0/migration-overview.md)
- [FlowX.AI 5.8.0 Release Notes](/release-notes/v5.x/v5.8.0-may-2026/v5.8.0-may-2026.md)
- [FlowX.AI 5.10.0 Release Notes](/release-notes/v5.x/v5.10.0-july-2026/v5.10.0-july-2026.md)
