Sequence Flows leaving event elements don't have a condition type

Sequence Flows (e.g. Camunda version 1.2.2) leaving event elements don’t have a condition type. Is this a bug?

Cheers setu

That sounds like expected behavior to me, what’s your use case for requiring a conditional flow from an event?

In previous version it was possible adding a condition type for this type of sequence flows. For example, we use this design to branch to a corresponding path when a message is received (with a transmitted variable value via REST API) inside a process (see picture below):

Correction: The expression for the second flow is $ {choice == 2}!

Cheers setu