2 triggers launching in a workflow

Hi,

I’m facing a pb i don’t understand.
I have an event triggered by a click on a Repeating Group Cell.
In that event, 2 custom events can be triggered depending on a condition (available place for a lesson, 0/1 in my sample).
The problem is that both event are triggered and a place is booked and i have the “No place available message“ at the same time.
Here is the WF:

And i found that if i remove the “Terminate WF” just after “Open external Website“ action, all works as expected.

Can anyone explain what i don’t understand there please?

Thanks

1 Like

Could there be an action in the NoPlaceAvailableEvent that changes the value for studio’s StateSelectedLesson’s NbBookedSlots or studio’s StateSelectedLesson’s NbTotalSLots so that when bubble evaluates the condition for the OfferSelectEvent that is also true?

NoPlaceAvailable évent just show a popup window.

If I remove the first Terminate workflow action, the behaviour is good for the 2 following tests in Triggers.

I can’t explain why.

Maybe open external website changes something in the context ?