Non-Interputing Event

Hi community,

I am trying to find a way how to implement in BPMN non-interputing event which would not be triggered in case it has been already triggered by another task.

Hopefully an easy task :smiley:

Thanks for any suggestions.

M.

Can you not set a variable in the start execution listener of the event and make its incoming sequence flows conditional based on that variable.

yeah that would be possible, but I was thinking that maybe there is some kind of pure BPMN solution like non interputing signal event but will probably go with the variable solution.