Difference between conditional intermediate event and conditional flow

What’s the difference between conditional intermediate event and conditional flow ?

Hi @Iskander,

When token reaches conditional intermediate event, it waits until the condition is satisfied.

In the case of conditional flow, the condition is evaluated only once and if evaluated to true, flow is signaled otherwise the flow is discarded.

3 Likes

Many thanks @hassang ! It confirms my understanding!