Hi,
I have the same question as the one posted here in 2022 by Khadija :
A solution might be the following one, what do you think about it ?
Hi,
I have the same question as the one posted here in 2022 by Khadija :
A solution might be the following one, what do you think about it ?
Hello,
messages are not allowed to be sent from a process to itself, so I would not agree with your solution. Here are some ideas:
Good point about the message event.
I think in this case a nice idea would be to use an escelation event to trigger the event sub process and maybe an error event to break out of the sub process.
But indeed, the message event is the wrong one here, because as @DatyEighty said - it’s restricted to communication outside the scope of the process
Hi everybody
What about about a cancel end Event after the conditional event in the parent proceww and an Event based gateway within the Event subprocess that has on one of its branches a cancel intermediate Event that is follwed by an end Event?
Best regards
Ciaokakao
Hi,
this won’t work, because it’s forbidden. A cancel end event is only allowed within transactions (a special type of subprocess) and cancel intermediate events are only allowed as boundary events attached to transactions.