--- title: "Intermediate Message Catch Event" slug: "intermediate-message-catch-event" updated: 2026-02-10T21:48:34Z published: 2026-02-10T21:48:34Z canonical: "docs.processmaker.com/intermediate-message-catch-event" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.processmaker.com/llms.txt > Use this file to discover all available pages before exploring further. # Intermediate Message Catch Event > [!TIP] > [**Plan Availability:**](https://www.processmaker.com/products/pricing/) ![Professional](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/Standard.png)![Professional](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/Professional.png)![Enterprise](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/Enterprise.png) An Intermediate Message Catch Event object pauses a [Request](/v1/docs/requests-and-cases#what-is-a-request) until that object receives a specific message. The purpose of the message transfer is to send data between Requests running from the same Process model since each Pool object represents its own Request with its own distinct Request data. The message may originate from any of the following: - **Intermediate Message Throw Event object:** An [Intermediate Message Throw Event](/v1/docs/intermediate-message-throw-event) object sends a message to the Intermediate Message Catch Event object that has paused its in-progress Request until the Intermediate Message Catch Event object receives its message. Use this functionality to resume workflow to the Request using the Intermediate Message Catch Event object from another Request. If the Intermediate Message Catch Event object is in the same Process model as the Intermediate Message Throw Event object for which it listens for its message, these objects must be in separate Pool objects since each Pool object has its own Request. - **Message End Event object:** A [Message End Event](/v1/docs/message-end-event) object sends a message to the Intermediate Message Catch Event. Use this functionality to resume workflow to the Process Request using the Intermediate Message Catch Event object when the Request that sends the message completes. If the Intermediate Message Catch Event object is in the same Process model as the Message End Event object for which it listens for its message, these objects must be in separate Pool objects. - **Third-party service:** A third-party service such as a CRM may send a message via [our API](https://developers.processmaker.com/v/api/) to the Intermediate Message Catch Event, thereby resuming workflow for that Request. A Message Flow object can connect from the object sending the message to the Intermediate Message Catch Event object. Ensure that Intermediate Message Catch Event object and its triggering object are in different Pool objects. When configuring the Intermediate Message Catch Event object during Process modeling, select which message from the triggering object sends to the Intermediate Message Catch Event object. An Intermediate Message Catch Event object functions as follows during a Request: 1. Workflow in the Request using the Intermediate Message Catch Event object pauses when it reaches this event. The Intermediate Message Catch Event object waits for a message based on that message's name. The message name is a placeholder for the message. 2. The Intermediate Message Throw Event object or Message End Event object triggers. 3. That triggering object sends its message containing Request data to the Intermediate Message Catch Event object. 4. If the message name matches that for which the Intermediate Message Catch Event object is listening, then that object triggers; workflow resumes in that Request. Otherwise, the Intermediate Message Catch Event object ignores the message. Consider the following example how the Intermediate Message Catch Event object functions. This example uses the Intermediate Message Throw Event object in an overly simple purchase request and order fulfillment Process model. The Process model contains two Processes, each within its own Pool object. Each Process may potentially run its own Request. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/74a7ed7d-9ddc-46eb-8187-28f9e1453212.png) Simple Process model example to demonstrate how an Intermediate Message Catch Event functions The Intermediate Message Catch Event object (labeled "Catch from Order") is in the second Pool, "Purchase Fulfillment." After the "Purchase Fulfillment" Request starts, the following occurs: 1. Workflow delays after the "Preparation" Form Task object. 2. When the Intermediate Message Throw Event object triggers from the "Purchase Order" Request (labeled "Throw to Fulfillment"), it sends its message to the Intermediate Message Catch Event object in the "Purchase Fulfillment" Request. Workflow continues in the "Purchase Order" Request to the End Event object. 3. In the "Purchase Fulfillment" Request, the Intermediate Message Catch Event object triggers and receives the Intermediate Message Throw Event object's message. 4. Workflow resumes in the "Purchase Fulfillment" Request. --- ## Add an Intermediate Message Catch Event to a Process **Permissions** Your user account or group membership must have the following permissions to configure an Intermediate Message Catch Event object in the Process model unless your user account has the **Make this user a Super Admin** setting selected: - Processes: Edit Processes - Processes: View Processes See the [Process](/v1/docs/permission-descriptions-for-users-and-groups#processes) permissions or ask your Administrator for assistance. Add an Intermediate Message Catch Event object from one of the following locations in Process Modeler: - **Object Panel:** Located to the left of the Process Modeler, the Object Panel contains various process modeling objects. - **Object Bar:** Located at the bottom of the Process Modeler, the Object Bar contains [pinned](/v1/docs/process-modeler#pin-and-unpin-objects) Process modeling objects for quick access. Add from the Object panelAdd from the Object bar Follow these steps to add an Intermediate Message Catch Event from the Object panel to the Process model: 1. Ensure that the Object panel is visible. If not, click the **Add** icon ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/e4de391d-a69e-4907-86f8-54249631f31e.png) from the Object bar at the bottom. 2. Click the **Intermediate Event** object ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/c229da23-1be9-43ca-a577-3ac9724d3530.png) from the Object panel to select it. 3. Click the location in the Process model to place this object. Follow these guidelines when placing this object: - If your process has a Pool object, the object cannot be placed outside of the Pool. - To place this object between two existing objects, follow [these instructions](/v1/docs/sequence-flow-element#place-an-object-between-two-process-model-objects-already-connected-with-a-sequence-flow-element). 4. Click the **Objects** drop-down menu, and then select the **Intermediate Message Catch Event** option. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/5189a247-784e-4738-9d40-95e2f4f03376.png) The Intermediate Message Catch Event object displays. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/de934cd1-b17a-4b6b-be20-2ed777defc54.png) Follow these steps to add an Intermediate Message Catch Event object from the Object bar to the Process model: 1. Ensure that the object is pinned to the Object bar. If not, [see instructions to pin it](/v1/docs/process-modeler#pin-and-unpin-objects). 2. In the Object bar at the bottom center, click the object's icon. 3. Click the location in the Process model to place this object. Follow these guidelines when placing this object: - If your process has a Pool object, the object cannot be placed outside of the Pool. - To place this object between two existing objects, follow [these instructions](/v1/docs/sequence-flow-element#place-an-object-between-two-process-model-objects-already-connected-with-a-sequence-flow-element). 4. Click the **Objects** drop-down menu, and then select the **Intermediate Message Catch Event** option. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/5189a247-784e-4738-9d40-95e2f4f03376.png) The Intermediate Message Catch Event object displays. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/de934cd1-b17a-4b6b-be20-2ed777defc54.png) **Adjust location and appearance** - [Move a Process Model Object.](/v1/docs/process-modeler#move-process-model-objects) - [Connect Two Process Model Objects with a Sequence Flow Element.](/v1/docs/sequence-flow-element#connect-two-process-model-objects-with-a-sequence-flow-element) - [Customize the Appearance of a Process Model Object.](/v1/docs/customize-the-appearance-of-a-process-model-object) - [Copy Process Model Objects into the Clipboard.](/v1/docs/process-modeler#copy-process-model-objects-into-the-clipboard) - [Clone Process Model Objects Without the Clipboard.](/v1/docs/process-modeler#clone-process-model-objects) - [Delete Process Model Objects.](/v1/docs/process-modeler#delete-process-model-objects) ## Replace an Intermediate Message Catch Event Object with a Different Intermediate Request Event Object After an Intermediate Message Catch Event object is [added to a Process model](/v1/docs/intermediate-message-catch-event#add-an-intermediate-message-catch-event-element), you may replace it with a different intermediate Request event object: - [Intermediate Timer Event](/v1/docs/intermediate-timer-event) object - [Intermediate Signal Catch Event](/v1/docs/intermediate-signal-catch-event) object - [Intermediate Signal Throw Event](/v1/docs/intermediate-signal-throw-event) object - [Intermediate Message Throw Event](/v1/docs/intermediate-message-throw-event) object - [Intermediate Conditional Catch Event](/v1/docs/boundary-conditional-event) object The selected Intermediate Message Catch Event object is replaced by the default settings and color of the replacing object. Follow these steps to replace an Intermediate Message Catch Event object with a different intermediate Request event object: 1. Select the Intermediate Message Catch Event object to change to another intermediate Request event object. Available options display above the selected object. 2. Click the **Objects** icon. The **Objects** drop-down menu displays the intermediate Request event objects. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/bc76cb55-b0ba-47ad-a07a-76b025b8014a.png) 3. Select the object to replace the Intermediate Message Catch Event object. The **Change Type** screen displays to confirm replacing the currently selected object. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/cf695e0a-0b09-4e9e-beb3-e2f7911d8fd3.png) 4. Click **Confirm**. The new object replaces the Intermediate Message Catch Event object with its default settings and color. --- ## Settings The Intermediate Message Catch Event object has the following panels that contain settings: - [**Properties**](/v1/docs/intermediate-message-catch-event#properties-panel-settings) panel - [**Documentation**](/v1/docs/intermediate-message-catch-event#documentation-panel-settings) panel - [**Advanced**](/v1/docs/intermediate-message-catch-event#advanced-panel-settings) panel --- ### Properties Panel Settings The Intermediate Message Catch Event object has the following settings in the **Properties** panel: #### Edit the Object Name An object name is a human-readable reference for a Process object. Process Modeler automatically assigns the name of a Process object with its object type. However, an object's name can be changed. Follow these steps to edit the name for an Intermediate Message Catch Event object: 1. Select the Intermediate Message Catch Event object from the Process model in which to edit its name. 2. Ensure that the **Configuration** panel displays. If not, [show it](/v1/docs/show-configuration-settings-for-a-process-model-object). The **Name** setting displays. This is a required setting. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/765e202c-013f-44b8-a7a0-e88c9298be1c.png) 3. In the **Name** setting, edit the selected object's name and then press **Enter**. #### Select the Object from Which to Listen for a Message An Intermediate Message Catch Event object pauses a Request until that object receives a message from either an Intermediate Message Throw Event object or a Message End Event object (but not both) located in a different Pool object than the Intermediate Message Catch Event object receiving the message. After the Intermediate Message Catch Event object receives its message, that object triggers. Select from which object to listen for a message based on the Intermediate Message Throw Event or Message End Event object's **Message Name** setting value. Follow these steps to select the object from which to listen for a message: 1. Select the Intermediate Message Catch Event object from the Process model in which to configure how it is triggered. 2. Ensure that the **Configuration** panel displays. If not, [show it](/v1/docs/show-configuration-settings-for-a-process-model-object). Panels to configure this object display. 3. Expand the **Configuration** panel if it is not presently expanded, and then locate the **Listen For Message** setting. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/d7e23b73-6404-401c-a8d5-b36eb55705e3.png) 4. From the **Listen For Message** drop-down menu, select from which Intermediate Message Throw Event object or End Event object triggers the Intermediate Message Catch Event object. --- ### Documentation Panel Settings Describe the object's purpose and how it functions in the Process. This description does not affect Requests for the Process, but may be useful for Process model maintenance such as how the object is configured. Edit information by using the What-You-See-Is-What-You-Get (WYSIWYG) rich text editor. A Process's entered documentation displays by selecting the [**View Documentation** icon for that Process](/v1/docs/view-documentation-for-a-process). #### Edit the Object's Description Displayed in Process Documentation Follow these steps to edit the description for an object: 1. Select the object from the Process model in which to edit its description. 2. Ensure that the **Configuration** panel displays. If not, [show it](/v1/docs/show-configuration-settings-for-a-process-model-object). Panels to configure this object display. 3. Expand the **Documentation** panel if it is not presently expanded. The **Description** setting displays. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/6612c01b-43a8-4517-850e-fcca9a759f2d.png) 4. In the **Description** setting, edit the information to display when viewing documentation for this object and then press **Enter**. Alternatively, use the What-You-See-Is-What-You-Get (WYSIWYG) rich text editor to stylize your text by clicking the **More** icon![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/67c82502-5167-4bc8-ac77-1f782ad75cdc.png). ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/8970f07a-44da-45a3-97c7-b2e41f0d35d0.png) Follow these guidelines to use the WYSIWYG rich text editor to stylize your text: - **Undo changes:** Click on the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/68144f39-d19f-426d-bf24-a424baa90f4c.png)icon to undo the last action. - **Redo changes:** Click on the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/58c277ac-88c1-4b92-8193-6a342ff803c2.png)icon to redo the last undone action. - **Insert/Edit Link**: Click on the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/5bb9ae4b-23b6-4f63-a877-ee14184484ae.png)icon to convert the selected text into a hyperlink. Follow these steps to create a hyperlink: 1. Select the required text from the Rich Text control. 2. Click on the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/5bb9ae4b-23b6-4f63-a877-ee14184484ae.png)icon. The **Insert/Edit Link** screen displays. 3. In the **URL** setting, enter the destination URL. 4. In the **Text to display** setting, edit or enter the text displayed in the Rich Text control. 5. In the **Title** setting, enter the text to display when a user hovers over the displayed text. 6. From **Open link in…** drop-down menu, select one of these options: - **New window**: Select this option to open the destination page in a new browser window. - **Current window**: Select this option to open the destination page in the current browser window. - **Insert/Edit Image:** Click on the **Insert/Edit Image** icon![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/957dcfbf-4d4e-4957-a153-51bdb27c481a.png)to insert an image. Follow these guidelines: 1. Click on the **Insert/Edit Image** icon![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/957dcfbf-4d4e-4957-a153-51bdb27c481a.png). 2. The **Insert/Edit Image** screen displays: ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/01c4b1e4-0f59-4ada-81ce-dee963772935.png) 3. In the **Source** setting, enter a URL for the image. 4. In the **Alternative Description** setting, enter the text to display if the source URL of the image is not accessible. 5. In the **Width** setting, enter the maximum width for the image. 6. In the **Height** setting, enter the maximum height for the image. 7. Toggle the **Constrain Proportions** icon![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/f7b66d2d-e807-4236-b478-1df5b5da89a5.png)to maintain the width-height ratio of the image to its original proportion. 8. Click **Save**. - **Insert Page Break for PDF:** Click on the **Insert Page Break for PDF** icon![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/cceaf36b-8384-4116-89fd-574ad4624f54.png)to insert a page break when a PDF document is created for this documentation if your browser supports this feature. - **Format text**: Follow these guidelines to format text: - **Headings**: From the **Paragraph/Formats** menu, select **Headings** and then select a heading size. - **Bold:** Do one of the following: - From the editor toolbar, select the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/7cff4428-d2b8-4555-b260-683ecfa25127.png)icon. - From the **Paragraph/Formats** menu, select **Inline** and then **Bold**. - **Italics:** Do one of the following: - From the editor toolbar, select the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/b62388d2-c160-49ad-bb41-6a19b85225bb.png)icon. - From the **Paragraph/Formats** menu, select **Inline** and then **Italic**. - **Underline**: From the **Paragraph/Formats** menu, select **Inline** and then **Underline**. - **Strikethrough**: From the **Paragraph/Formats** menu, select **Inline** and then **Strikethrough**. - **Superscript**: From the **Paragraph/** **Formats** menu, select **Inline** and then **Superscript**. - **Subscript**: From the **Paragraph/Formats** menu, select **Inline** and then **Subscript**. - **Code**: From the **Paragraph/Formats** menu, select Inline and then **Code**. - **Paragraph**: From the **Paragraph/Formats** menu, select **Blocks** and then **Paragraph**. - **Blockquote**: From the **Paragraph/Formats** menu, select **Blocks** and then **Blockquote**. - **Division**: From the **Paragraph/Formats** menu, select **Blocks** and then **Div**. - **Preformatted**: From the **Paragraph/Formats** menu, select **Blocks** and then **Pre**. - **Change text color**: Use the **Text Color** drop-down to change text color. Click on the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/4eaf81b1-39aa-4db3-b7f0-d346ab37c146.png)icon. The color palette displays. Do one of the following: - Select one of the color swatches from the color palette. The selected text changes to that color. - Click the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/a0a9139d-ac28-47d0-a900-dfb6147bab13.png)icon to select a custom color from the **Color Picker**. - Click the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/41c293b4-8a9f-4091-8311-baf5761f75ac.png)icon to reset the text to its default color. - **Align text**: Follow these guidelines to align text: - **Left align:** Do one of the following: - From the editor toolbar, use the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/05698cca-e096-4897-8f87-f53691a018ae.png)icon to left-align text. - From the **Paragraph/Formats** menu, select **Align** and then **Left**. - **Center align:** Do one of the following: - From the editor toolbar, use the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/7fddca68-7973-4c98-868c-e9f532efa55e.png)icon to center-align text. - From the **Paragraph/Formats** menu, select **Align** and then **Center**. - **Right align**: Do one of the following: - From the editor toolbar, use the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/77c1a2b3-2d06-4010-b12e-a5585f957e8d.png)icon to right-align text. - From the **Paragraph/Formats** menu, select **Align** and then **Right**. - **Justify**: Do one of the following: - From the editor toolbar, use the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/5b0cb2e2-688a-4065-9fc9-546a6d5ad2d9.png)icon to justify text. - From the **Paragraph/Formats** menu, select **Align** and then **Justify**. - **Insert a bullet list**: Use the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/2b833a7f-26c2-44aa-983b-3be4931da8c6.png)icon to format text as a bulleted list. - **Insert a numbered list:** Use the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/e890d445-5777-4f59-a624-fc3c61a73eb5.png)icon to format text as a numbered list. - **Indent text**: Click on the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/48a56bb1-5890-4430-812e-fb9863c54357.png)icon to increase text indenting. - **Outdent text:** Click on the![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/4645524a-7bb2-40dc-a1da-d8ae5fde0d68.png)icon to decrease text indenting. --- ### Advanced Panel Settings #### Edit the Node's Identifier Value Process Modeler automatically assigns a unique value to each Process node added to a Process model. However, a node's identifier value can be changed if it is unique to all other nodes in the Process model, including the Process model's identifier value. All identifier values for all nodes in the Process model must be unique. Follow these steps to edit the identifier value for an Intermediate Message Catch Event object: 1. Select the Intermediate Message Catch Event object from the Process model in which to edit its identifier value. 2. Ensure that the **Configuration** panel displays. If not, [show it](/v1/docs/show-configuration-settings-for-a-process-model-object). Panels to configure this object display. 3. Expand the **Advanced** panel if it is not presently expanded. The **Node Identifier** setting displays. This is a required setting. ![](https://cdn.document360.io/2d311614-fcb7-4424-8b4c-d4d3091eebeb/Images/Documentation/baa78109-0286-4290-9fc4-ea964bc4f4d1.png) 4. In the **Node Identifier** setting, edit the Intermediate Message Catch Event object's identifier to a unique value from all nodes in the Process model and then press **Enter**.