Business process setup guide (BPMS)
PDF
This documentation is valid for Creatio version 7.7.0. We recommend using the newest version of Creatio documentation.

Intermediate catching message

An intermediate catching message (Fig. 127) is activated by a corresponding throwing message. Only a message generated inside the current process can be received.

Fig. 127 Intermediate catching message

scr_process_designer_catch_message_event.png 

For example, after issuing an invoice to a customer, the process will wait for the “Invoice paid” event and then perform the next user task.

After the incoming flow is activated, the selected process item waits for the corresponding message. When the message is received, the catching event activates its outgoing flow.

[Message] – Use this field to specify the name for the message that the event will wait for. When this message is received, the outgoing sequence flow will be activated.

See also

Process items. Intermediate Throwing Events