Cause Pattern 24: synchronization with remembering alerts

Please tell me, is it possible in BPMN 2.0 to implement the synchronization function with a memorable notification? Below I gave an example: it may happen that operation A is faster than operation B, and then the data of operation B will already be meaningless. I want to make it so that in a situation where operation A is completed faster than B, a notification occurs, which is remembered and when B is executed, it will continue its work. I will be very grateful for any help
Sorry for language diagram:
Отправить сообщение = Send message
Ждать поступления сообщения = Wait exit message
Процесс = Process (Cause)
CP24

Hi @Fa4stik,

what about catching the message as a boundary event of activity B as well?

Hope this helps, Ingo

1 Like

Thank you very much for the answer!

But in this case, we will lose the results of process B, is it possible to somehow solve this problem without losing the results of process B?

Sorry, I also wanted to ask you: in what program do you model?

Hi @Fa4stik,

I’m using the Camunda Desktop Modeler: Install Desktop Modeler | Camunda 8 Docs

For the notification, you can also catch the message as a non interrupting boundary event and create a task to enable or handle the notification.

Hope this helps, Ingo

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.