> ## 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.

# Message intermediate events overview

> Overview of BPMN message intermediate events for throwing and catching messages within process flows.

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="./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="./message-catch-intermediate-event" icon="link" />
